RelayFile/ClientCore/ClientCore.h
2025-05-05 23:22:43 +08:00

10 lines
116 B
C++

#ifndef CLIENTCORE_H
#define CLIENTCORE_H
class ClientCore
{
public:
ClientCore();
};
#endif // CLIENTCORE_H