]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Removed ctrl+q binding. All OS have their own binding for window closing.
[lugaru.git] / Source / Game.h
index 2765367b09ad231d679e46a094d366b77c60af3c..b5a16c6bf2fec9b1e04381f8e381d3fda424ae87 100644 (file)
@@ -149,7 +149,6 @@ int DrawGLScene(StereoSide side);
 void LoadMenu();
 void playdialogueboxsound();
 int findClosestPlayer();
-bool AddClothes(const char *fileName, GLubyte *array);
 void Loadlevel(int which);
 void Loadlevel(const char *name);
 void Tick();
@@ -216,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,
@@ -239,4 +237,7 @@ extern const char *wolfskin[3];
 
 extern const char **creatureskin[2];
 
+SDL_bool sdlEventProc(const SDL_Event &e);
+
+
 #endif