GUI initialization now called by session.

This commit is contained in:
lotodore
2007-05-02 21:20:54 +00:00
parent 00064928d0
commit f6fb29b883
8 changed files with 47 additions and 41 deletions
+1
View File
@@ -30,6 +30,7 @@ struct GameData
int startCash;
int smallBlind;
int handsBeforeRaise;
int guiSpeed;
};
#endif