aboutsummaryrefslogtreecommitdiffstats
path: root/yage/data/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/data/texture.h')
-rw-r--r--yage/data/texture.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/data/texture.h b/yage/data/texture.h
index 81b2f004..0f676df2 100644
--- a/yage/data/texture.h
+++ b/yage/data/texture.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef YAGE_CORE_TEXTURE_H
-#define YAGE_CORE_TEXTURE_H
+#pragma once
#include <glad/glad.h>
@@ -30,5 +29,3 @@ struct Texture {
};
} // namespace yage
-
-#endif