src/Application.hh
branchnew_graphics
changeset 418 194bc810a570
parent 417 c503e0c6a740
--- a/src/Application.hh	Thu Jan 22 01:53:05 2009 +0200
+++ b/src/Application.hh	Thu Jan 22 02:38:33 2009 +0200
@@ -36,6 +36,11 @@
         TerrainConfig terrain;
 
         /**
+         * --log-level
+         */
+        EngineConfig engine;
+
+        /**
          * --port
          */
         std::string net_port;
@@ -67,6 +72,11 @@
          * Parse unsigned WIDTHxHEIGHT argument
          */
         PixelDimensions parse_arg_dimensions (const std::string &arg_val, const char *arg_name);
+
+        /**
+         * Parse a LogLevel
+         */
+        LogLevel parse_arg_loglevel (const std::string &arg_val, const char *arg_name);
         
         /**
          * Print out a list of display modes