18 lines
232 B
C
18 lines
232 B
C
|
#ifndef DANBIASGAME_GAMELOBBY_H
|
||
|
#define DANBIASGAME_GAMELOBBY_H
|
||
|
|
||
|
#include "Include\ServerWrapper.h"
|
||
|
|
||
|
class MainLobby :public SingletonServer
|
||
|
{
|
||
|
public:
|
||
|
MainLobby();
|
||
|
~MainLobby();
|
||
|
|
||
|
private:
|
||
|
|
||
|
|
||
|
};
|
||
|
|
||
|
#endif // !DANBIASGAME_GAMELOBBY_H
|