]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Renamed OpenGL_Windows.cpp into main.cpp as it contains main()
[lugaru.git] / Source / Game.h
index ce7c69f3f7dff01a59224f3ce96ffee55f81a5be..b5a16c6bf2fec9b1e04381f8e381d3fda424ae87 100644 (file)
@@ -215,7 +215,6 @@ extern int whichdialogue;
 extern int directing;
 extern float dialoguetime;
 extern int dialoguegonethrough[20];
-extern float tintr, tintg, tintb;
 
 enum maptypes {
     mapkilleveryone, mapgosomewhere,
@@ -238,4 +237,7 @@ extern const char *wolfskin[3];
 
 extern const char **creatureskin[2];
 
+SDL_bool sdlEventProc(const SDL_Event &e);
+
+
 #endif