diff options
author | Andrei Karas <akaras@inbox.ru> | 2013-09-13 19:10:50 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2013-09-13 21:20:33 +0300 |
commit | fcf1da7a161c3e18d393a9b998effc6aa1c366b9 (patch) | |
tree | 5f92a8a168dd0748903cc90620a00c7c7bd29377 /src/render/sdlgraphics.h | |
parent | cd0baf3217701134a8e61932fd14c39cec0cf242 (diff) | |
download | ManaVerse-fcf1da7a161c3e18d393a9b998effc6aa1c366b9.tar.gz ManaVerse-fcf1da7a161c3e18d393a9b998effc6aa1c366b9.tar.bz2 ManaVerse-fcf1da7a161c3e18d393a9b998effc6aa1c366b9.tar.xz ManaVerse-fcf1da7a161c3e18d393a9b998effc6aa1c366b9.zip |
fix code style.
Diffstat (limited to 'src/render/sdlgraphics.h')
-rw-r--r-- | src/render/sdlgraphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/sdlgraphics.h b/src/render/sdlgraphics.h index a7e4be85b..28393d251 100644 --- a/src/render/sdlgraphics.h +++ b/src/render/sdlgraphics.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef SDLGRAPHICS_H -#define SDLGRAPHICS_H +#ifndef RENDER_SDLGRAPHICS_H +#define RENDER_SDLGRAPHICS_H #ifdef USE_SDL2 #include "render/sdl2graphics.h" @@ -152,4 +152,4 @@ class SDLGraphics : public Graphics }; #endif // USE_SDL2 -#endif // SDLGRAPHICS_H +#endif // RENDER_SDLGRAPHICS_H |