Danbias/Code/Game/DanBiasServer/ServerObjects/GameSession.h

19 lines
311 B
C
Raw Normal View History

2013-12-12 09:33:59 +01:00
#ifndef DANBIASSERVER_GAME_SESSION_H
#define DANBIASSERVER_GAME_SESSION_H
#include "NetworkSession.h"
namespace DanBias
{
class GameSession :public NetworkSession
{
public:
GameSession();
~GameSession();
private:
};//End GameSession
}//End namespace DanBias
#endif // !DANBIASSERVER_GAME_SESSION_H