Added function to print some render statistics.

git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@4550 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
hikerstk
2010-01-28 11:50:47 +00:00
parent e0e1d760fa
commit eb54b77c36

View File

@@ -110,8 +110,9 @@ public:
void update(float dt);
void changeResolution();
void showPointer();
void hidePointer();
void showPointer();
void hidePointer();
void printRenderStats();
/** Returns the current real time, which might not be 0 at start of the
* application. Value in msec.
*/