diff options
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -111,5 +111,6 @@ extern int screenW, screenH, bitDepth, displayFlags; extern bool useOpenGL; extern ItemManager *itemDb; extern char *homeDir; +extern volatile int framesToDraw; #endif |