move some style related defines and enums back to gui context

This commit is contained in:
doitux
2010-07-10 13:25:23 +00:00
parent deee0e8853
commit 98d7e84ed2
4 changed files with 30 additions and 21 deletions
-10
View File
@@ -35,8 +35,6 @@
#define POKERTH_BETA_REVISION 0
#define POKERTH_BETA_RELEASE_STRING "0.8-svn"
#define POKERTH_GT_STYLE_FILE_VERSION 2
#define POKERTH_CD_STYLE_FILE_VERSION 1
enum ServerMode {
SERVER_MODE_LAN,
@@ -134,12 +132,4 @@ struct ServerStats
unsigned maxPlayersLoggedIn;
};
enum StyleState {
OK = 0,
OUTDATED,
FIELDS_EMPTY,
PICTURES_MISSING,
NOT_READABLE
};
#endif