aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texture.h
diff options
context:
space:
mode:
authorYann Herklotz <ymherklotz@gmail.com>2017-12-24 21:04:38 +0000
committerYann Herklotz <ymherklotz@gmail.com>2017-12-24 21:04:38 +0000
commit16915d86d4b866c1fcce7523b0d34e8343ff52fc (patch)
treefdc07bff71840f7336ed5d2e751155635e8ff96a /yage/core/texture.h
parentddd26ed83d3ac0335562f762ced273a1d62bd959 (diff)
downloadYAGE-16915d86d4b866c1fcce7523b0d34e8343ff52fc.tar.gz
YAGE-16915d86d4b866c1fcce7523b0d34e8343ff52fc.zip
[Code] Simple game example furthered
Diffstat (limited to 'yage/core/texture.h')
-rw-r--r--yage/core/texture.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/yage/core/texture.h b/yage/core/texture.h
index 2eae8bf4..aec7b906 100644
--- a/yage/core/texture.h
+++ b/yage/core/texture.h
@@ -6,8 +6,8 @@
* ----------------------------------------------------------------------------
*/
-#ifndef GL_TEXTURE_H
-#define GL_TEXTURE_H
+#ifndef YAGE_CORE_TEXTURE_H
+#define YAGE_CORE_TEXTURE_H
#include <glad/glad.h>