summaryrefslogtreecommitdiffstats
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 abd5638..f404ff0 100644
--- a/src/game.h
+++ b/src/game.h
@@ -9,5 +9,6 @@ struct game {
struct game *new_game(void);
void free_game(struct game *g);
+void draw_game(struct game *g);
#endif