00001 00005 /* Copyright © 2009, 2010 James Legg. 00006 This program is free software: you can redistribute it and/or modify 00007 it under the terms of the GNU General Public License as published by 00008 the Free Software Foundation, either version 3 of the License, or 00009 (at your option) any later version. 00010 */ 00011 #ifndef RACEREDITORAPP_H_ 00012 #define RACEREDITORAPP_H_ 00013 00014 class RacerEditorApp 00015 { 00016 public: 00017 RacerEditorApp(int argc, char **argv); 00018 virtual ~RacerEditorApp(); 00019 protected: 00020 bool m_show_guide; 00021 }; 00022 00023 #endif /*RACEREDITORAPP_H_*/
Generated at Mon Sep 6 00:41:13 2010 by Doxygen version 1.4.7 for Racer version svn335.