adds style version number to check if style is outdated

This commit is contained in:
doitux
2009-04-09 23:57:25 +00:00
parent aef82cef0e
commit 5f8d2d18e7
6 changed files with 30 additions and 19 deletions
+2
View File
@@ -35,6 +35,8 @@
#define POKERTH_BETA_REVISION 0
#define POKERTH_BETA_RELEASE_STRING "0.7-beta1"
#define PokerTH_STYLE_FILE_VERSION 1
enum ServerNetworkMode {
NETWORK_MODE_TCP = 1,
NETWORK_MODE_SCTP = 2,