summaryrefslogtreecommitdiff
path: root/src/graphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics.cpp')
-rw-r--r--src/graphics.cpp10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/graphics.cpp b/src/graphics.cpp
index 21797f55..5c7e01b3 100644
--- a/src/graphics.cpp
+++ b/src/graphics.cpp
@@ -22,9 +22,15 @@
*/
#include "graphics.h"
-#include "resources/resourcemanager.h"
-#include "main.h"
+
+#include <guichan/imagefont.hpp>
+
#include "log.h"
+#include "main.h"
+
+#include "graphic/imagerect.h"
+
+#include "resources/image.h"
extern volatile int framesToDraw;