summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index 37e37a79..42c9bddc 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -22,9 +22,11 @@
*/
#include "graphics.h"
-#include "log.h"
#include "resources/resourcemanager.h"
#include "main.h"
+#include "log.h"
+
+extern volatile int framesToDraw;
SDL_Surface *screen;