diff options
Diffstat (limited to 'source/game/StarProjectile.hpp')
-rw-r--r-- | source/game/StarProjectile.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarProjectile.hpp b/source/game/StarProjectile.hpp index 1bdfed1..6719a21 100644 --- a/source/game/StarProjectile.hpp +++ b/source/game/StarProjectile.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PROJECTILE_HPP -#define STAR_PROJECTILE_HPP +#pragma once #include "StarOrderedMap.hpp" #include "StarEntity.hpp" @@ -189,5 +188,3 @@ private: }; } - -#endif |