summaryrefslogtreecommitdiffstats
path: root/zoom/init.h
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2005-04-18 17:27:00 +0200
committerneoraider <devnull@localhost>2005-04-18 17:27:00 +0200
commitf3df7ef89aa15aed2e4d68e2b414d31aef57f976 (patch)
tree53c5630e7a890dc6c1b0b0a2d631119a21da984a /zoom/init.h
downloadlibzoom-f3df7ef89aa15aed2e4d68e2b414d31aef57f976.tar
libzoom-f3df7ef89aa15aed2e4d68e2b414d31aef57f976.zip
Verzeichnisstruktur ge?ndert
Diffstat (limited to 'zoom/init.h')
-rw-r--r--zoom/init.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/zoom/init.h b/zoom/init.h
new file mode 100644
index 0000000..482102d
--- /dev/null
+++ b/zoom/init.h
@@ -0,0 +1,7 @@
+#ifndef GAME_INIT_H
+#define GAME_INIT_H
+
+int InitGame();
+void UninitGame();
+
+#endif