Changeset 2846 for code/branches/gui/src/core/Game.h
- Timestamp:
- Mar 25, 2009, 6:24:15 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gui/src/core/Game.h
r2844 r2846 68 68 void popState(); 69 69 70 const Clock& getGameClock() { return *this->gameClock_; } 71 70 72 float getAvgTickTime() { return this->avgTickTime_; } 71 73 float getAvgFPS() { return this->avgFPS_; }
Note: See TracChangeset
for help on using the changeset viewer.