mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-04 20:46:28 +01:00
new constant so clients can extend set of warnings
This commit is contained in:
parent
d3a3701227
commit
0a501ae99d
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_TURN, /* 0 means cancel; 1 means commit */
|
||||||
QUERY_COMMIT_TRADE,
|
QUERY_COMMIT_TRADE,
|
||||||
QUERY_ROBOT_MOVE,
|
QUERY_ROBOT_MOVE,
|
||||||
QUERY_ROBOT_TRADE
|
QUERY_ROBOT_TRADE,
|
||||||
|
|
||||||
|
QUERY_LAST_COMMON
|
||||||
} UtilQueryID;
|
} UtilQueryID;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Add table
Reference in a new issue