Changeset 473 for code/branches/FICN/src/orxonox/orxonox.h
- Timestamp:
- Dec 12, 2007, 6:11:30 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/FICN/src/orxonox/orxonox.h
r462 r473 39 39 void clientInit(std::string path); 40 40 void standalone(std::string path); 41 void defineResources(); 42 void setupRenderSystem(); 43 void createRenderWindow(); 44 void initializeResourceGroups(); 41 45 void createScene(void); 42 46 void setupScene(); … … 46 50 private: 47 51 48 //static Orxonox* singletonRef_;49 52 GraphicsEngine* ogre_; //!< our dearest graphics engine <3 50 53 std::string dataPath_; //!< path to data … … 56 59 OIS::InputManager* inputManager_; 57 60 OrxListener* frameListener_; 61 Ogre::Root* root_; 58 62 }; 59 63 }
Note: See TracChangeset
for help on using the changeset viewer.