Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 25, 2009, 6:24:15 PM (15 years ago)
Author:
rgrieder
Message:

Moving game clock from Core to Game.
Other small fixes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gui/src/core/Game.h

    r2844 r2846  
    6868        void popState();
    6969
     70        const Clock& getGameClock() { return *this->gameClock_; }
     71
    7072        float getAvgTickTime() { return this->avgTickTime_; }
    7173        float getAvgFPS()      { return this->avgFPS_; }
Note: See TracChangeset for help on using the changeset viewer.