diff options
Diffstat (limited to 'src/game/game.h')
| -rw-r--r-- | src/game/game.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/game.h b/src/game/game.h index e2da27dc..bcb5007c 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -51,6 +51,8 @@ enum MSG_SETNAME, MSG_KILLMSG, MSG_SWITCHTEAM, + MSG_JOIN, + MSG_QUIT, }; enum |