diff options
Diffstat (limited to 'source/game/StarProjectileDatabase.hpp')
-rw-r--r-- | source/game/StarProjectileDatabase.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarProjectileDatabase.hpp b/source/game/StarProjectileDatabase.hpp index bb0cf97..f78f150 100644 --- a/source/game/StarProjectileDatabase.hpp +++ b/source/game/StarProjectileDatabase.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PROJECTILE_DATABASE_HPP -#define STAR_PROJECTILE_DATABASE_HPP +#pragma once #include "StarSet.hpp" #include "StarThread.hpp" @@ -121,5 +120,3 @@ private: }; } - -#endif |