summaryrefslogtreecommitdiff
path: root/src
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
parentd8903206a105be236d303a6215d5bed0eb60b9fb (diff)
downloadpowder-121e7c772cfc7b3e1305a03144264fc5b66564c2.zip
powder-121e7c772cfc7b3e1305a03144264fc5b66564c2.tar.gz
Rename .inc files to inl
Diffstat (limited to 'src')
-rw-r--r--src/graphics/OpenGLDrawMethods.inl (renamed from src/graphics/OpenGLDrawMethods.inc)0
-rw-r--r--src/graphics/OpenGLGraphics.cpp2
-rw-r--r--src/graphics/RasterDrawMethods.inl (renamed from src/graphics/RasterDrawMethods.inc)0
-rw-r--r--src/graphics/RasterGraphics.cpp2
-rw-r--r--src/graphics/Renderer.cpp4
5 files changed, 4 insertions, 4 deletions
diff --git a/src/graphics/OpenGLDrawMethods.inc b/src/graphics/OpenGLDrawMethods.inl
index 8d94a14..8d94a14 100644
--- a/src/graphics/OpenGLDrawMethods.inc
+++ b/src/graphics/OpenGLDrawMethods.inl
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
diff --git a/src/graphics/RasterDrawMethods.inc b/src/graphics/RasterDrawMethods.inl
index 76b9dde..76b9dde 100644
--- a/src/graphics/RasterDrawMethods.inc
+++ b/src/graphics/RasterDrawMethods.inl
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
diff --git a/src/graphics/Renderer.cpp b/src/graphics/Renderer.cpp
index 74c2eee..91dc0ca 100644
--- a/src/graphics/Renderer.cpp
+++ b/src/graphics/Renderer.cpp
@@ -2391,9 +2391,9 @@ Renderer::~Renderer()
#define PIXELMETHODS_CLASS Renderer
#ifdef OGLR
-#include "OpenGLDrawMethods.inc"
+#include "OpenGLDrawMethods.inl"
#else
-#include "RasterDrawMethods.inc"
+#include "RasterDrawMethods.inl"
#endif
#undef PIXELMETHODS_CLASS