diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-17 19:00:09 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-17 19:00:09 +0300 |
commit | 7dfca4e04aba1a8c885b355e5fefb937e568435f (patch) | |
tree | d37928a2251c150c8481f571b0f26c92250867b3 /src/render/sdl2softwaregraphics.h | |
parent | b1ca78834ca5f2fcc9d78d9eb9b22abf20392ffa (diff) | |
download | plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.gz plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.bz2 plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.tar.xz plus-7dfca4e04aba1a8c885b355e5fefb937e568435f.zip |
Add some includes guards. Fix compilation for windows.
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 c1adfe359..149c01d68 100644 --- a/src/render/sdl2softwaregraphics.h +++ b/src/render/sdl2softwaregraphics.h @@ -61,6 +61,7 @@ class SDL2SoftwareGraphics final : public Graphics { mRendererFlags = flags; } #include "render/graphicsdef.hpp" + RENDER_GRAPHICSDEF_HPP #include "render/softwaregraphicsdef.hpp" |