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

summaryrefslogtreecommitdiff
path: root/source/game/StarEffectSourceDatabase.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'source/game/StarEffectSourceDatabase.hpp')
-rw-r--r--source/game/StarEffectSourceDatabase.hpp5
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarEffectSourceDatabase.hpp b/source/game/StarEffectSourceDatabase.hpp
index 874471e..3ed6b92 100644
--- a/source/game/StarEffectSourceDatabase.hpp
+++ b/source/game/StarEffectSourceDatabase.hpp
@@ -1,5 +1,4 @@
-#ifndef STAR_EFFECT_SOURCE_DATABASE_HPP
-#define STAR_EFFECT_SOURCE_DATABASE_HPP
+#pragma once
#include "StarVector.hpp"
#include "StarJson.hpp"
@@ -70,5 +69,3 @@ List<Particle> particlesFromDefinition(Json const& config, Vec2F const& position
List<AudioInstancePtr> soundsFromDefinition(Json const& config, Vec2F const& position = Vec2F());
}
-
-#endif