about summary refs log tree commit diff
path: root/src/game/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/game.h')
-rw-r--r--src/game/game.h6
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;