summaryrefslogtreecommitdiff
path: root/src/graphics/RasterGraphics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/graphics/RasterGraphics.cpp')
-rw-r--r--src/graphics/RasterGraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/RasterGraphics.cpp b/src/graphics/RasterGraphics.cpp
index 7567b9d..312f44e 100644
--- a/src/graphics/RasterGraphics.cpp
+++ b/src/graphics/RasterGraphics.cpp
@@ -27,7 +27,7 @@ void Graphics::Finalise()
#define VIDXRES XRES+BARSIZE
#define VIDYRES YRES+MENUSIZE
#define PIXELMETHODS_CLASS Graphics
-#include "RasterDrawMethods.inc"
+#include "RasterDrawMethods.inl"
#undef VIDYRES
#undef VIDXRES
#undef PIXELMETHODS_CLASS