10 lines
116 B
C
10 lines
116 B
C
|
#ifndef CLIENTCORE_H
|
||
|
#define CLIENTCORE_H
|
||
|
|
||
|
class ClientCore
|
||
|
{
|
||
|
public:
|
||
|
ClientCore();
|
||
|
};
|
||
|
|
||
|
#endif // CLIENTCORE_H
|