| 165 | Ogre::Window * getRenderWindow() const { return mRenderWindow; } |
| 166 | Ogre::SceneManager * getSceneManager() const { return mSceneManager; } |
| 167 | Ogre::Camera * getCamera() const { return mCamera; } |
| 168 | Ogre::CompositorWorkspace *getCompositorWorkspace() const { return mWorkspace; } |
| 169 | Ogre::v1::OverlaySystem * getOverlaySystem() const { return mOverlaySystem; } |
| 170 |
no outgoing calls