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/Game.h

    r3323 r3349  
    8686        float getAvgFPS()      { return this->avgFPS_; }
    8787
    88         void addTickTime(uint32_t length);
     88        void subtractTickTime(int32_t length);
    8989
    9090        template <class T>
Note: See TracChangeset for help on using the changeset viewer.