summaryrefslogtreecommitdiff
path: root/src/graphics/OpenGLGraphics.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/OpenGLGraphics.cpp
parentd8903206a105be236d303a6215d5bed0eb60b9fb (diff)
downloadpowder-121e7c772cfc7b3e1305a03144264fc5b66564c2.zip
powder-121e7c772cfc7b3e1305a03144264fc5b66564c2.tar.gz
Rename .inc files to inl
Diffstat (limited to 'src/graphics/OpenGLGraphics.cpp')
-rw-r--r--src/graphics/OpenGLGraphics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/graphics/OpenGLGraphics.cpp b/src/graphics/OpenGLGraphics.cpp
index baef250..66a1753 100644
--- a/src/graphics/OpenGLGraphics.cpp
+++ b/src/graphics/OpenGLGraphics.cpp
@@ -69,7 +69,7 @@ void Graphics::Finalise()
#define VIDXRES XRES+BARSIZE
#define VIDYRES YRES+MENUSIZE
#define PIXELMETHODS_CLASS Graphics
-#include "OpenGLDrawMethods.inc"
+#include "OpenGLDrawMethods.inl"
#undef VIDYRES
#undef VIDXRES
#undef PIXELMETHODS_CLASS