Changeset 159 for code/branches/main_reto_vs05/include/Orxonox.h
- Timestamp:
- Nov 3, 2007, 11:06:43 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/main_reto_vs05/include/Orxonox.h
r157 r159 39 39 { 40 40 public: 41 virtual void go(void); 41 Orxonox(); 42 virtual ~Orxonox(); 43 virtual void go(); 42 44 43 45 protected: 44 OgreControl *mOgre;45 RunManager *mRunMgr;46 Timer *mTimer;47 48 46 virtual bool setup(void); 49 47 50 48 virtual void destroy(void); 51 49 50 protected: 51 OgreControl *ogre_; 52 RunManager *runMgr_; 53 Timer *timer_; 54 52 55 }; 53 56
Note: See TracChangeset
for help on using the changeset viewer.