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