mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
new constant so clients can extend set of warnings
This commit is contained in:
parent
bb7717096a
commit
6abaa53d86
1 changed files with 3 additions and 1 deletions
|
@ -56,7 +56,9 @@ typedef enum {
|
|||
QUERY_COMMIT_TURN, /* 0 means cancel; 1 means commit */
|
||||
QUERY_COMMIT_TRADE,
|
||||
QUERY_ROBOT_MOVE,
|
||||
QUERY_ROBOT_TRADE
|
||||
QUERY_ROBOT_TRADE,
|
||||
|
||||
QUERY_LAST_COMMON
|
||||
} UtilQueryID;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Add table
Reference in a new issue