Rename .inc files to inl
This commit is contained in:
parent
d8903206a1
commit
121e7c772c
@ -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