]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.hpp
Output version info to stdout and show in menu
[lugaru.git] / Source / Game.hpp
index 159cbe78fc3c5dfdbf508a0093500f92990175c1..36ad6c8c4de0080ffc2bcd20b4b97cb8e87d4e60 100644 (file)
@@ -206,9 +206,9 @@ SDL_bool sdlEventProc(const SDL_Event &e);
 
 
 
-enum  optionIndex { UNKNOWN, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEVTOOLS };
+enum  optionIndex { UNKNOWN, VERSION, HELP, FULLSCREEN, NOMOUSEGRAB, SOUND, OPENALINFO, SHOWRESOLUTIONS, DEVTOOLS };
 /* Number of options + 1 */
-const int commandLineOptionsNumber = 9;
+const int commandLineOptionsNumber = 10;
 
 extern const option::Descriptor usage[13];