diff options
| author | Jakob Fries <jakob.fries@gmail.com> | 2007-07-29 22:56:25 +0000 |
|---|---|---|
| committer | Jakob Fries <jakob.fries@gmail.com> | 2007-07-29 22:56:25 +0000 |
| commit | 8bfaea274e735a2f5331e6b76501299d29681c68 (patch) | |
| tree | d0e5911f8c609b883ea2cf988b92c541a4f6a3af /src/game/game.h | |
| parent | 3cbaf193c7edc31eedb23ba298341367df41128f (diff) | |
| download | zcatch-8bfaea274e735a2f5331e6b76501299d29681c68.tar.gz zcatch-8bfaea274e735a2f5331e6b76501299d29681c68.zip | |
join and quit messages
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 |