Added notification if a new release or beta release of PokerTH is available.

Removed last traces of deprecated blind values.
This commit is contained in:
lotodore
2007-10-12 13:07:04 +00:00
parent 2c67f848ea
commit 96d1f34f5c
12 changed files with 48 additions and 9 deletions
+6
View File
@@ -28,6 +28,12 @@
#define DEBUG_MODE 0
#define POKERTH_VERSION_MAJOR 0
#define POKERTH_VERSION_MINOR 6
#define POKERTH_VERSION ((POKERTH_VERSION_MAJOR << 8) | POKERTH_VERSION_MINOR)
#define POKERTH_BETA_REVISION 0
enum GameState {
GAME_STATE_PREFLOP = 0,
GAME_STATE_FLOP,