add showCards function to receive cards from players which hit the show-cards-button during postriver. define static ranking game data

This commit is contained in:
doitux
2010-07-15 09:52:24 +00:00
parent b4d02f4cb0
commit 6c2c4eaaeb
12 changed files with 150 additions and 125 deletions
+4
View File
@@ -29,6 +29,10 @@
#include "game_defs.h"
#include <core/crypthelper.h>
//uncomment for 0.8 beta
#define POKERTH_IS_08BETA
class GuiInterface;
class Game;
class ConfigFile;