diff options
Diffstat (limited to 'source/application/StarTextureAtlas.hpp')
-rw-r--r-- | source/application/StarTextureAtlas.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/application/StarTextureAtlas.hpp b/source/application/StarTextureAtlas.hpp index 595f6ba..c3b9558 100644 --- a/source/application/StarTextureAtlas.hpp +++ b/source/application/StarTextureAtlas.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TEXTURE_ATLAS_HPP -#define STAR_TEXTURE_ATLAS_HPP +#pragma once #include "StarRect.hpp" #include "StarImage.hpp" @@ -417,5 +416,3 @@ auto TextureAtlasSet<AtlasTextureHandle>::addTextureToAtlas(TextureAtlas* atlas, } } - -#endif |