diff options
Diffstat (limited to 'source/game/StarParticleManager.hpp')
-rw-r--r-- | source/game/StarParticleManager.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarParticleManager.hpp b/source/game/StarParticleManager.hpp index d18f1d2..3a94d9f 100644 --- a/source/game/StarParticleManager.hpp +++ b/source/game/StarParticleManager.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PARTICLE_MANAGER_HPP -#define STAR_PARTICLE_MANAGER_HPP +#pragma once #include "StarWorldGeometry.hpp" #include "StarParticle.hpp" @@ -39,5 +38,3 @@ private: }; } - -#endif |