Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarParticle.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarParticle.hpp')
-rw-r--r--source/game/StarParticle.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarParticle.hpp b/source/game/StarParticle.hpp
index c0477e7..e3ab1ce 100644
--- a/source/game/StarParticle.hpp
+++ b/source/game/StarParticle.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_PARTICLE_HPP
-#define STAR_PARTICLE_HPP
+#pragma once
#include "StarJson.hpp"
#include "StarColor.hpp"
@@ -123,5 +122,3 @@ typedef function<Particle()> ParticleVariantCreator;
ParticleVariantCreator makeParticleVariantCreator(Particle particle, Particle variance);
}
-
-#endif