Danbias/Code/Game/DanBiasServer/MainLobby.h

18 lines
232 B
C
Raw Normal View History

2013-12-04 11:37:26 +01:00
#ifndef DANBIASGAME_GAMELOBBY_H
#define DANBIASGAME_GAMELOBBY_H
#include "Include\ServerWrapper.h"
class MainLobby :public SingletonServer
{
public:
MainLobby();
~MainLobby();
private:
};
#endif // !DANBIASGAME_GAMELOBBY_H