summaryrefslogtreecommitdiff
path: root/src/client/interface.h
diff options
context:
space:
mode:
authorDusan Durech <dusan.d@centrum.sk>2008-11-01 22:11:44 +0100
committerDusan Durech <dusan.d@centrum.sk>2008-11-01 22:11:44 +0100
commit4c77447a924530f5bad212e39535adb373d5bcf4 (patch)
tree957f74901c05fa6d0d0371d7cac6d99a433a1d7f /src/client/interface.h
parentb361c7bc3532f22caf053b779ba970de8c346893 (diff)
Hack for timer being too busy after loading arena
Diffstat (limited to 'src/client/interface.h')
-rw-r--r--src/client/interface.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/client/interface.h b/src/client/interface.h
index b5df62a..daf1275 100644
--- a/src/client/interface.h
+++ b/src/client/interface.h
@@ -33,6 +33,7 @@ extern bool_t isInterfaceInicialized();
extern void enableKeyboardBuffer();
extern void disableKeyboardBuffer();
extern int initSDL();
+extern void activeSlowHack();
extern SDL_Surface *getSDL_Screen();
extern void getMousePosition(int *x, int *y);
extern int isMouseClicked();