mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-13 11:38:19 +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
|