mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-11 02:28:18 +00:00
10 lines
128 B
C++
10 lines
128 B
C++
#ifndef TEST_TEST_H
|
|
#define TEST_TEST_H
|
|
class CTestInfo
|
|
{
|
|
public:
|
|
CTestInfo();
|
|
char m_aFilename[64];
|
|
};
|
|
#endif // TEST_TEST_H
|