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:
@@ -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();
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user