diff options
Diffstat (limited to 'source/game/StarArmorWearer.hpp')
-rw-r--r-- | source/game/StarArmorWearer.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarArmorWearer.hpp b/source/game/StarArmorWearer.hpp index 84df8c7..c52de9b 100644 --- a/source/game/StarArmorWearer.hpp +++ b/source/game/StarArmorWearer.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_ARMOR_WEARER_HPP -#define STAR_ARMOR_WEARER_HPP +#pragma once #include "StarHumanoid.hpp" #include "StarNetElementSystem.hpp" @@ -93,5 +92,3 @@ private: }; } - -#endif |