diff options
Diffstat (limited to 'source/game/StarLightSource.hpp')
-rw-r--r-- | source/game/StarLightSource.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarLightSource.hpp b/source/game/StarLightSource.hpp index b19240e..8810220 100644 --- a/source/game/StarLightSource.hpp +++ b/source/game/StarLightSource.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LIGHT_SOURCE_HPP -#define STAR_LIGHT_SOURCE_HPP +#pragma once #include "StarVector.hpp" #include "StarDataStream.hpp" @@ -27,5 +26,3 @@ struct LightSource { DataStream& operator<<(DataStream& ds, LightSource const& lightSource); DataStream& operator>>(DataStream& ds, LightSource& lightSource); } - -#endif |