]> Dogcows Code - chaz/yoink/blobdiff - src/client.hh
rename main class
[chaz/yoink] / src / client.hh
similarity index 85%
rename from src/Main.hh
rename to src/client.hh
index 65ad901ccf700a8bb1d1a59cfae0609e27e50f71..32ca715d50b88b10e9a022c256fd9caed80764bb 100644 (file)
 #ifndef _MAIN_HH_
 #define _MAIN_HH_
 
-/**
- * \file Main.hh
- * This is where all the fun begins.
- */
-
 #include <iostream>
 #include <string>
 
 #include "yoink.hh"
 
 
+/**
+ * \file Main.hh
+ * This is where all the fun begins.
+ */
+
 class Main : public moof::application
 {
 public:
@@ -38,12 +38,6 @@ public:
        void draw(moof::scalar alpha) const;
        void handle_event(const moof::event& event);
 
-       static std::string search_paths();
-       static std::string config_paths();
-
-       static void print_usage();
-       static void print_info(int argc, char* argv[]);
-
 private:
 
        /**
@@ -52,7 +46,7 @@ private:
        static void setup_opengl();
 
        moof::dispatcher::handle        video_reloaded_;
-       moof::timer                                     hotload_timer_;
+       moof::timer                     hotload_timer_;
 
        ::yoink yoink;
 };
This page took 0.018197 seconds and 4 git commands to generate.