diff options
Diffstat (limited to 'source/game/StarParticleDatabase.hpp')
-rw-r--r-- | source/game/StarParticleDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarParticleDatabase.hpp b/source/game/StarParticleDatabase.hpp index f43b44c..81c38e7 100644 --- a/source/game/StarParticleDatabase.hpp +++ b/source/game/StarParticleDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PARTICLE_DATABASE_HPP -#define STAR_PARTICLE_DATABASE_HPP +#pragma once #include "StarJson.hpp" #include "StarThread.hpp" @@ -43,5 +42,3 @@ private: }; } - -#endif |