diff options
Diffstat (limited to 'src/render/mobileopenglgraphics.h')
-rw-r--r-- | src/render/mobileopenglgraphics.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/render/mobileopenglgraphics.h b/src/render/mobileopenglgraphics.h index 1597d3bd9..75b1b3371 100644 --- a/src/render/mobileopenglgraphics.h +++ b/src/render/mobileopenglgraphics.h @@ -20,8 +20,8 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef MOBILEOPENGLGRAPHICS_H -#define MOBILEOPENGLGRAPHICS_H +#ifndef RENDER_MOBILEOPENGLGRAPHICS_H +#define RENDER_MOBILEOPENGLGRAPHICS_H #include "main.h" #ifdef USE_OPENGL @@ -229,4 +229,4 @@ class MobileOpenGLGraphics final : public Graphics }; #endif -#endif // MOBILEOPENGLGRAPHICS_H +#endif // RENDER_MOBILEOPENGLGRAPHICS_H |