summaryrefslogtreecommitdiff
path: root/src/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/game.h')
-rw-r--r--src/game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.h b/src/game.h
index 96b264f..ebb5c09 100644
--- a/src/game.h
+++ b/src/game.h
@@ -16,3 +16,4 @@ void game_update(Game *this);
void game_draw(Game *this);
void game_restart_scene(Game *this);
Entity *game_create_entity(Game *this);
+int game_entity_count(Game *this, unsigned int type);