RelayFile/ClientCore/ClientCore.h

10 lines
116 B
C
Raw Normal View History

2025-05-05 23:22:43 +08:00
#ifndef CLIENTCORE_H
#define CLIENTCORE_H
class ClientCore
{
public:
ClientCore();
};
#endif // CLIENTCORE_H