diff options
Diffstat (limited to 'src/render/sdl2softwaregraphics.h')
-rw-r--r-- | src/render/sdl2softwaregraphics.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/render/sdl2softwaregraphics.h b/src/render/sdl2softwaregraphics.h index 149c01d68..906ff106b 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -64,6 +64,7 @@ class SDL2SoftwareGraphics final : public Graphics RENDER_GRAPHICSDEF_HPP #include "render/softwaregraphicsdef.hpp" + RENDER_SOFTWAREGRAPHICSDEF_HPP bool resizeScreen(const int width, const int height) restrict2 override final; |