This commit is contained in:
Drew
2025-09-24 10:48:12 -05:00
parent 04ffb0d4dd
commit fb35397238
-12
View File
@@ -76,18 +76,6 @@ enum HandType
FLUSH_FIVE
};
typedef struct
{
int round;
int ante;
int money;
int score;
int temp_score;
int chips;
int mult;
int current_blind;
} RunState;
typedef struct
{
enum GameState state;