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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Game.h b/src/Game.h
index a1fc4ae..bc60a3c 100644
--- a/src/Game.h
+++ b/src/Game.h
@@ -190,7 +190,6 @@ public:
 	// GL functions
 	GLvoid ReSizeGLScene(float fov, float near);
 	int DrawGLScene();
-	int InitGL();
 	void LoadingScreen(float percent);
 
 	// Game functions
@@ -204,5 +203,6 @@ public:
 
 extern "C" {
 	void run();
+	int initGl(Game*);
 }
 #endif // BLACKSHADES_GAME_H