diff options
Diffstat (limited to 'source/core/StarAssetPath.hpp')
-rw-r--r-- | source/core/StarAssetPath.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarAssetPath.hpp b/source/core/StarAssetPath.hpp index 3fc7849..f800f2b 100644 --- a/source/core/StarAssetPath.hpp +++ b/source/core/StarAssetPath.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ASSET_PATH_HPP -#define STAR_ASSET_PATH_HPP +#pragma once #include "StarDirectives.hpp" #include "StarHash.hpp" @@ -78,5 +77,3 @@ struct hash<AssetPath> { } template <> struct fmt::formatter<Star::AssetPath> : ostream_formatter {}; - -#endif
\ No newline at end of file |