summaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
Diffstat (limited to 'game.h')
-rw-r--r--game.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/game.h b/game.h
index 76c9413..f32f69d 100644
--- a/game.h
+++ b/game.h
@@ -33,6 +33,7 @@ class Game {
void handle_object();
static Game& get_instance();
+ static void free();
};
#endif