BeRo refactoring

This commit is contained in:
doitux
2007-08-07 23:59:34 +00:00
parent 829f094ce8
commit e696fb4257
10 changed files with 99 additions and 108 deletions
+4 -2
View File
@@ -45,7 +45,9 @@ enum PlayerAction {
PLAYER_ACTION_ALLIN };
enum Button {
BUTTON_SMALL_BLIND = 2,
BUTTON_BIG_BLIND = 3 };
BUTTON_NONE = 0,
BUTTON_DEALER,
BUTTON_SMALL_BLIND,
BUTTON_BIG_BLIND };
#endif