mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-09-01 12:02:40 +02:00
Rename .inc files to inl
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
|
@@ -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
|
||||
|
Reference in New Issue
Block a user