aboutsummaryrefslogtreecommitdiffstats
path: root/yage/core/texturecache.h
diff options
context:
space:
mode:
Diffstat (limited to 'yage/core/texturecache.h')
-rw-r--r--yage/core/texturecache.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/yage/core/texturecache.h b/yage/core/texturecache.h
index 8b34d39e..842ffec8 100644
--- a/yage/core/texturecache.h
+++ b/yage/core/texturecache.h
@@ -6,8 +6,7 @@
* ----------------------------------------------------------------------------
*/
-#ifndef TEXTURE_CACHE_H
-#define TEXTURE_CACHE_H
+#pragma once
#include "../data/texture.h"
@@ -28,5 +27,3 @@ public:
};
} // namespace yage
-
-#endif