X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FMain.hh;h=65ad901ccf700a8bb1d1a59cfae0609e27e50f71;hp=088bd3c1b67e393303165f1a774e6370e84d57be;hb=574af38ed616d1adfa5e6ce35f67cda1f707f89d;hpb=6c9943707d4f33035830eba0587a61a34eaecbc2 diff --git a/src/Main.hh b/src/Main.hh index 088bd3c..65ad901 100644 --- a/src/Main.hh +++ b/src/Main.hh @@ -1,13 +1,11 @@ -/*] Copyright (c) 2009-2010, Charles McGarvey [************************** +/*] Copyright (c) 2009-2011, Charles McGarvey [***************************** **] All rights reserved. * -* vi:ts=4 sw=4 tw=75 -* * Distributable under the terms and conditions of the 2-clause BSD license; * see the file COPYING for a complete text of the license. * -**************************************************************************/ +*****************************************************************************/ #ifndef _MAIN_HH_ #define _MAIN_HH_ @@ -34,7 +32,7 @@ class Main : public moof::application { public: - Main(moof::settings& settings); + explicit Main(moof::settings& settings); void update(moof::scalar t, moof::scalar dt); void draw(moof::scalar alpha) const; @@ -53,8 +51,6 @@ private: */ static void setup_opengl(); - static void print_option(const std::string& option, bool enabled); - moof::dispatcher::handle video_reloaded_; moof::timer hotload_timer_;