X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fsupertux%2Fcommand_line_arguments.hpp;h=7aa048b869089f9c06aa072131639d527b3eb1ee;hb=24eeaf3d9b6cda74bd5c8ba228776573167978b6;hp=9fadc63018a59a06213acf2d7c9b26e39f0ede1d;hpb=4f8e4772fb2d528e9bba9697d07453819ae46b07;p=supertux.git diff --git a/src/supertux/command_line_arguments.hpp b/src/supertux/command_line_arguments.hpp index 9fadc6301..7aa048b86 100644 --- a/src/supertux/command_line_arguments.hpp +++ b/src/supertux/command_line_arguments.hpp @@ -21,7 +21,7 @@ #include "math/size.hpp" #include "util/log.hpp" -#include "video/video_systems.hpp" +#include "video/video_system.hpp" class Config; @@ -42,6 +42,9 @@ private: LogLevel m_log_level; public: + boost::optional datadir; + boost::optional userdir; + boost::optional fullscreen_size; boost::optional fullscreen_refresh_rate; boost::optional window_size; @@ -64,6 +67,8 @@ public: boost::optional start_demo; boost::optional record_demo; + boost::optional developer_mode; + // boost::optional locale; public: @@ -75,7 +80,7 @@ public: void parse_args(int argc, char** argv); - void print_help(const char* argv0); + void print_help(const char* arg0); void print_version(); void print_datadir();