Added console server app. First try. Depends on qt for locale-specific stuff. Cannot start a game yet, only join is possible. Cannot run multiple games yet.
Not yet as service/daemon, because testing is easier with a simple console app.
This commit is contained in:
+7
-1
@@ -31,7 +31,13 @@ class SessionData;
|
||||
enum PlayerType
|
||||
{
|
||||
PLAYER_TYPE_COMPUTER,
|
||||
PLAYER_TYPE_HUMAN,
|
||||
PLAYER_TYPE_HUMAN
|
||||
};
|
||||
|
||||
enum PlayerRights
|
||||
{
|
||||
PLAYER_RIGHTS_NORMAL,
|
||||
PLAYER_RIGHTS_ADMIN
|
||||
};
|
||||
|
||||
class PlayerData
|
||||
|
||||
Reference in New Issue
Block a user