Ignore:
Timestamp:
05/04/06 18:58:19 (18 years ago)
Author:
igarcia
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IBRBillboardCloudTrees/OGRE/include/OBA/OBAOgreApplication.h

    r721 r900  
    2828        Ogre::Root *mRoot; 
    2929    Ogre::Camera* mCamera; 
    30     Ogre::SceneManager* mSceneMgr; 
    3130    OgreFrameListener* mFrameListener; 
    3231        Ogre::RenderWindow* mWindow; 
     
    3433    // These internal methods package up the stages in the startup process 
    3534    /** Sets up the application - returns false if the user chooses to abandon configuration. */ 
    36     virtual bool setup(bool createOgreRoot); 
     35    virtual bool setup(bool createOgreRoot, Ogre::String applicationName, unsigned int width, unsigned int height, bool isFullScreen); 
    3736  
    3837    /** Configures the application - returns false if the user chooses to abandon configuration. */ 
    39     virtual bool configure(bool createOgreRoot); 
     38    virtual bool configure(bool createOgreRoot, Ogre::String applicationName, unsigned int width, unsigned int height, bool isFullScreen); 
    4039    
    4140    virtual void createFrameListener(void); 
Note: See TracChangeset for help on using the changeset viewer.