diff options
Diffstat (limited to 'src/render/graphics.h')
-rw-r--r-- | src/render/graphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/graphics.h b/src/render/graphics.h index 3d6a9fa62..16cce7ae6 100644 --- a/src/render/graphics.h +++ b/src/render/graphics.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GRAPHICS_H -#define GRAPHICS_H +#ifndef RENDER_GRAPHICS_H +#define RENDER_GRAPHICS_H #include "SDL.h" @@ -431,4 +431,4 @@ class Graphics : public gcn::Graphics extern Graphics *mainGraphics; -#endif // GRAPHICS_H +#endif // RENDER_GRAPHICS_H |