X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2FGame.h;h=b5a16c6bf2fec9b1e04381f8e381d3fda424ae87;hb=14c23210702eee8191dd122f98ef4e43d57295b7;hp=ce7c69f3f7dff01a59224f3ce96ffee55f81a5be;hpb=90a372e7d97dd17e83a02732444788cc4b8f31a0;p=lugaru.git diff --git a/Source/Game.h b/Source/Game.h index ce7c69f..b5a16c6 100644 --- a/Source/Game.h +++ b/Source/Game.h @@ -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