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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user