]> Dogcows Code - chaz/yoink/blobdiff - src/Main.hh
mesh and other random adjustments
[chaz/yoink] / src / Main.hh
index 0a3c616a685a4774a4cde93561ad0e4741a2b134..4532e41ea2e3b4a409513fea1b30df1d9ab76a64 100644 (file)
@@ -24,6 +24,7 @@
 
 #include <moof/dispatcher.hh>
 #include <moof/math.hh>
+#include <moof/timer.hh>
 #include <moof/view.hh>
 
 
@@ -47,20 +48,23 @@ public:
        void draw(moof::scalar alpha) const;
        bool handle_event(const moof::event& event);
 
-       static std::string getSearchPath();
-       static std::string getConfigPath();
+       static std::string search_paths();
+       static std::string config_paths();
 
-       static void printUsage();
-       static void printInfo(int argc, char* argv[]);
+       static void print_usage();
+       static void print_info(int argc, char* argv[]);
 
 private:
 
        /**
         * Set OpenGL to a state we can know and depend on.
         */
-       static void setupGL();
+       static void setup_opengl();
 
-       moof::dispatcher::handle mNewContextDispatch;
+       static void print_option(const std::string& option, bool enabled);
+
+       moof::dispatcher::handle        video_reloaded_;
+       moof::timer                                     hotload_timer_;
 };
 
 
This page took 0.018892 seconds and 4 git commands to generate.