Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 25, 2009, 2:14:05 PM (15 years ago)
Author:
rgrieder
Message:

Moved InputManager, GUIManager and GraphicsManager handling from GSGraphics to Core.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/resource/src/core/Core.h

    r3345 r3349  
    7171            void setConfigValues();
    7272
    73             void update(const Clock& time);
     73            bool preUpdate(const Clock& time) throw();
     74            bool postUpdate(const Clock& time) throw();
    7475
    7576            void loadGraphics();
     
    119120            TclBind*              tclBind_;
    120121            TclThreadManager*     tclThreadManager_;
     122            // graphical
     123            InputManager*         inputManager_;        //!< Interface to OIS
     124            GUIManager*           guiManager_;          //!< Interface to GUI
     125            GraphicsManager*      graphicsManager_;     //!< Interface to OGRE
    121126
    122127            bool                  bDevRun_;             //!< True for runs in the build directory (not installed)
Note: See TracChangeset for help on using the changeset viewer.