new constant so clients can extend set of warnings

This commit is contained in:
ehouse 2005-01-20 02:37:13 +00:00
parent bb7717096a
commit 6abaa53d86

View file

@ -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 {