summary refs log tree commit diff
path: root/src/Game.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Game.h')
-rw-r--r--src/Game.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Game.h b/src/Game.h
index cdc05c8..a1fc4ae 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -201,4 +201,8 @@ public:
 	void InitGame();
 	~Game();
 };
+
+extern "C" {
+	void run();
+}
 #endif // BLACKSHADES_GAME_H