Added --datadir/--userdir command line arguments and SUPERTUX2_DATA_DIR environment...
[supertux.git] / src / supertux / command_line_arguments.hpp
index d47215c..e76ebb7 100644 (file)
@@ -42,6 +42,9 @@ private:
   LogLevel m_log_level;
 
 public:
+  boost::optional<std::string> datadir;
+  boost::optional<std::string> userdir;
+
   boost::optional<Size> fullscreen_size;
   boost::optional<int> fullscreen_refresh_rate;
   boost::optional<Size> window_size;