ServerGameThread is no longer a thread.

This commit is contained in:
lotodore
2009-05-31 19:45:20 +00:00
parent b48209a5e4
commit f2bd0c6111
6 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -21,8 +21,8 @@
#ifndef _SERVERGAMESTATE_H_
#define _SERVERGAMESTATE_H_
#include <net/servergamethread.h>
#include <playerdata.h>
#include <net/sessionmanager.h>
#ifdef _MSC_VER
@@ -33,6 +33,7 @@
#define SERVER_INITIAL_STATE ServerGameStateInit
class Game;
class ServerGameThread;
class PlayerInterface;
class ServerCallback;