X-Git-Url: https://git.jsancho.org/?p=lugaru.git;a=blobdiff_plain;f=Source%2FGame.hpp;h=c5a3632ed6c7430a7039bd0b0b80610c33e74125;hp=63070927149d101fd87f619e554558193b5b814e;hb=8139604f6d9f7014ef516371895c72fabd55f828;hpb=ce14053e72f4d03078e8d5e8b22721feafb0bd20 diff --git a/Source/Game.hpp b/Source/Game.hpp index 6307092..c5a3632 100644 --- a/Source/Game.hpp +++ b/Source/Game.hpp @@ -201,16 +201,9 @@ enum editortypes {typeactive, typesitting, typesittingwall, typesleeping, extern const char *editortypenames[8]; -extern const char *rabbitskin[10]; - -extern const char *wolfskin[3]; - -extern const char **creatureskin[2]; - SDL_bool sdlEventProc(const SDL_Event &e); - enum optionIndex { UNKNOWN, VERSION, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEVTOOLS }; /* Number of options + 1 */ const int commandLineOptionsNumber = 10;