diff options
Diffstat (limited to 'source/game/StarPlant.hpp')
-rw-r--r-- | source/game/StarPlant.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlant.hpp b/source/game/StarPlant.hpp index f0938c9..53aed5f 100644 --- a/source/game/StarPlant.hpp +++ b/source/game/StarPlant.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLANT_HPP -#define STAR_PLANT_HPP +#pragma once #include "StarSet.hpp" #include "StarNetElementSystem.hpp" @@ -176,5 +175,3 @@ private: }; } - -#endif |