Send state of seats at the beginning of each hand.
This commit is contained in:
+3
-2
@@ -23,9 +23,10 @@ extern "C" {
|
||||
/* Dependencies */
|
||||
typedef enum timeoutReason {
|
||||
timeoutReason_timeoutNoDataReceived = 0,
|
||||
timeoutReason_timeoutInactiveGame = 1
|
||||
timeoutReason_timeoutInactiveGame = 1,
|
||||
timeoutReason_timeoutKickAfterAutofold = 2
|
||||
}
|
||||
e_timeoutReason;
|
||||
e_timeoutReason;
|
||||
|
||||
/* TimeoutWarningMessage */
|
||||
typedef struct TimeoutWarningMessage {
|
||||
|
||||
Reference in New Issue
Block a user