1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-12-13 23:57:41 +02:00

Better implementation of the framerate manager, FPS timer added, minor improvements

This commit is contained in:
beegee1
2011-04-05 17:38:24 +00:00
parent 0aad12ae67
commit 157002fe68
10 changed files with 145 additions and 158 deletions

View File

@@ -35,8 +35,9 @@ public:
void shiftPos( int &x, int &y );
void draw2();
void hide(){Show=0;};
void show(){Show=1;};
void hide() { Show=0; };
void show() { Show=1; };
void centerCursor();
~CCursorHandler();
};