]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.h
Debug mode is now a comandline option
[lugaru.git] / Source / Game.h
index 5526681c5900ec6c9018fe0cedc18fe1e1000f4b..6d46ff4954535ecc9638b7fc19fd1d977e487d72 100644 (file)
@@ -218,11 +218,11 @@ SDL_bool sdlEventProc(const SDL_Event &e);
 
 
 
-enum  optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS };
+enum  optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEBUG };
 /* Number of options + 1 */
-const int commandLineOptionsNumber = 8;
+const int commandLineOptionsNumber = 9;
 
-extern const option::Descriptor usage[12];
+extern const option::Descriptor usage[13];
 
 extern option::Option commandLineOptions[commandLineOptionsNumber];
 extern option::Option* commandLineOptionsBuffer;