diff options
Diffstat (limited to 'source/game/StarPlantDrop.hpp')
-rw-r--r-- | source/game/StarPlantDrop.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlantDrop.hpp b/source/game/StarPlantDrop.hpp index d01e1bb..1b630f4 100644 --- a/source/game/StarPlantDrop.hpp +++ b/source/game/StarPlantDrop.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLANT_DROP_HPP -#define STAR_PLANT_DROP_HPP +#pragma once #include "StarNetElementSystem.hpp" #include "StarMovementController.hpp" @@ -80,5 +79,3 @@ private: }; } - -#endif |