diff options
Diffstat (limited to 'source/application/StarRenderer_opengl20.hpp')
-rw-r--r-- | source/application/StarRenderer_opengl20.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/application/StarRenderer_opengl20.hpp b/source/application/StarRenderer_opengl20.hpp index cbf3924..8c96775 100644 --- a/source/application/StarRenderer_opengl20.hpp +++ b/source/application/StarRenderer_opengl20.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_RENDERER_OPENGL_HPP -#define STAR_RENDERER_OPENGL_HPP +#pragma once #include "StarTextureAtlas.hpp" #include "StarRenderer.hpp" @@ -237,5 +236,3 @@ private: }; } - -#endif |