From 1120a86b252d0d526b634552c8c2fe2611a9bd15 Mon Sep 17 00:00:00 2001 From: Olle Rosenquist Date: Sat, 21 Jul 2007 21:17:38 +0000 Subject: Updated stuff --- src/game/game.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/game/game.h') diff --git a/src/game/game.h b/src/game/game.h index 64dcc685..abf4b1c1 100644 --- a/src/game/game.h +++ b/src/game/game.h @@ -39,6 +39,7 @@ enum EVENT_SOUND, EVENT_SMOKE, EVENT_SPAWN, + EVENT_DEATH, }; enum @@ -85,6 +86,11 @@ struct ev_spawn int x, y; }; +struct ev_death +{ + int x, y; +}; + struct ev_sound { int x, y; -- cgit 1.4.1