diff options
Diffstat (limited to 'src/render/normalopenglgraphics.h')
-rw-r--r-- | src/render/normalopenglgraphics.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/render/normalopenglgraphics.h b/src/render/normalopenglgraphics.h index 535d97f8e..9964a61b8 100644 --- a/src/render/normalopenglgraphics.h +++ b/src/render/normalopenglgraphics.h @@ -23,7 +23,8 @@ #ifndef RENDER_NORMALOPENGLGRAPHICS_H #define RENDER_NORMALOPENGLGRAPHICS_H -#if defined USE_OPENGL && !defined ANDROID && !defined(__native_client__) && !defined(__SWITCH__) +#if defined USE_OPENGL && !defined ANDROID && \ + !defined(__native_client__) && !defined(__SWITCH__) #include "localconsts.h" |