mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-11-16 07:48:07 +01:00
Add range for relay errors.
This commit is contained in:
parent
c82fd2e4f2
commit
6a0abc16e8
1 changed files with 4 additions and 1 deletions
|
@ -29,6 +29,8 @@
|
|||
#include "vtabmgr.h"
|
||||
#include "comms.h"
|
||||
|
||||
#include "xwrelay.h"
|
||||
|
||||
#define LETTER_NONE '\0'
|
||||
|
||||
typedef enum {
|
||||
|
@ -52,7 +54,8 @@ typedef enum {
|
|||
/* ERR_NOT_YOUR_TURN_TO_MOVE, */
|
||||
ERR_CANT_UNDO_TILEASSIGN,
|
||||
|
||||
ERR_RELAY_ERROR
|
||||
ERR_RELAY_BASE,
|
||||
ERR_RELAY_END = ERR_RELAY_BASE + XWRELAY_ERROR_LASTERR
|
||||
} UtilErrID;
|
||||
|
||||
typedef enum {
|
||||
|
|
Loading…
Reference in a new issue