X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=b5a16c6bf2fec9b1e04381f8e381d3fda424ae87;hb=94df0906c159318cb39bb4ee063336ba3cf51ccb;hp=c5f37cb7310c0f2c6a53ee5c92baa941cd1e7c5a;hpb=6df65bf46ace2c0b8753115b8c39600f307e3452;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index c5f37cb..b5a16c6 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -237,4 +237,7 @@ extern const char *wolfskin[3]; extern const char **creatureskin[2]; +SDL_bool sdlEventProc(const SDL_Event &e); + + #endif