diff options
Diffstat (limited to 'src/ral/backends/opengl/backend_opengl.h')
-rw-r--r-- | src/ral/backends/opengl/backend_opengl.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/ral/backends/opengl/backend_opengl.h b/src/ral/backends/opengl/backend_opengl.h index 4fbb4bb..f8e76b8 100644 --- a/src/ral/backends/opengl/backend_opengl.h +++ b/src/ral/backends/opengl/backend_opengl.h @@ -1,11 +1,10 @@ #pragma once +#include "defines.h" -#include "ral_impl.h" -#ifdef CEL_REND_BACKEND_OPENGL +#if defined(CEL_REND_BACKEND_OPENGL) -#include "defines.h" #include "maths_types.h" -#include "ral.h" +#include "ral_impl.h" #include "ral_types.h" #define MAX_PIPELINE_UNIFORM_BUFFERS 32 |