summaryrefslogtreecommitdiff
path: root/src/graphics/RasterGraphics.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-26 14:06:06 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-26 14:06:06 (GMT)
commit121e7c772cfc7b3e1305a03144264fc5b66564c2 (patch)
treeaa0f455cae6642287f5817d34ce924be6d7aee29 /src/graphics/RasterGraphics.cpp
parentd8903206a105be236d303a6215d5bed0eb60b9fb (diff)
downloadpowder-121e7c772cfc7b3e1305a03144264fc5b66564c2.zip
powder-121e7c772cfc7b3e1305a03144264fc5b66564c2.tar.gz
Rename .inc files to inl
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