]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Fixed #11 so that we can close the window while editing text
[lugaru.git] / Source / Game.h
index c5f37cb7310c0f2c6a53ee5c92baa941cd1e7c5a..b5a16c6bf2fec9b1e04381f8e381d3fda424ae87 100644 (file)
@@ -237,4 +237,7 @@ extern const char *wolfskin[3];
 
 extern const char **creatureskin[2];
 
+SDL_bool sdlEventProc(const SDL_Event &e);
+
+
 #endif