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 f9f41d13..16a30e44 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -41,6 +41,7 @@ enum MSG_SAY, MSG_CHAT, MSG_SETNAME, + MSG_KILLMSG, }; enum @@ -64,6 +65,7 @@ struct player_input int activeweapon; }; + struct ev_explosion { int x, y; |