diff options
| author | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 21:17:38 +0000 |
|---|---|---|
| committer | Olle Rosenquist <phobos99@gmail.com> | 2007-07-21 21:17:38 +0000 |
| commit | 1120a86b252d0d526b634552c8c2fe2611a9bd15 (patch) | |
| tree | 0f68c062292c96b9ab045e284414f3d5b554a17f /src/game/game.h | |
| parent | b6c9c311c5008b6f4be5c483d14847a3485a3ae4 (diff) | |
| download | zcatch-1120a86b252d0d526b634552c8c2fe2611a9bd15.tar.gz zcatch-1120a86b252d0d526b634552c8c2fe2611a9bd15.zip | |
Updated stuff
Diffstat (limited to 'src/game/game.h')
| -rw-r--r-- | src/game/game.h | 6 |
1 files changed, 6 insertions, 0 deletions
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; |