diff options
Diffstat (limited to 'source/game/StarWorldRenderData.hpp')
-rw-r--r-- | source/game/StarWorldRenderData.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarWorldRenderData.hpp b/source/game/StarWorldRenderData.hpp index 6d8c3b1..96fec29 100644 --- a/source/game/StarWorldRenderData.hpp +++ b/source/game/StarWorldRenderData.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_WORLD_CLIENT_DATA_HPP -#define STAR_WORLD_CLIENT_DATA_HPP +#pragma once #include "StarImage.hpp" #include "StarWorldTiles.hpp" @@ -60,5 +59,3 @@ inline void WorldRenderData::clear() { } } - -#endif |