summaryrefslogtreecommitdiff
path: root/game.h
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2011-07-03 15:33:54 +0200
committerJon Bergli Heier <snakebite@jvnv.net>2011-07-03 15:33:54 +0200
commit5205d99629a9b15865e7a1950b49d8da40a91309 (patch)
tree91b3deb782dac4432d48935b0566805123951d92 /game.h
parent75a90df8bf7f38e746e021c23248e1607931132c (diff)
Load and save terrain objects, added ModelManager for object models.HEADmaster
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