summaryrefslogtreecommitdiff
path: root/src/render/nullopenglgraphics.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/nullopenglgraphics.h')
-rw-r--r--src/render/nullopenglgraphics.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/render/nullopenglgraphics.h b/src/render/nullopenglgraphics.h
index 57506125c..fb7cdc806 100644
--- a/src/render/nullopenglgraphics.h
+++ b/src/render/nullopenglgraphics.h
@@ -55,22 +55,22 @@ class NullOpenGLGraphics final : public Graphics
~NullOpenGLGraphics();
- inline void drawQuadArrayfi(const int size) restrict2;
+ inline void drawQuadArrayfi(const int size) restrict2 A_INLINE;
inline void drawQuadArrayfi(const GLint *restrict const intVertArray,
const GLfloat *restrict const
floatTexArray,
- const int size) restrict2;
+ const int size) restrict2 A_INLINE;
- inline void drawQuadArrayii(const int size) restrict2;
+ inline void drawQuadArrayii(const int size) restrict2 A_INLINE;
inline void drawQuadArrayii(const GLint *restrict const intVertArray,
const GLint *restrict const intTexArray,
- const int size) restrict2;
+ const int size) restrict2 A_INLINE;
- inline void drawLineArrayi(const int size) restrict2;
+ inline void drawLineArrayi(const int size) restrict2 A_INLINE;
- inline void drawLineArrayf(const int size) restrict2;
+ inline void drawLineArrayf(const int size) restrict2 A_INLINE;
#include "render/graphicsdef.hpp"