diff options
Diffstat (limited to 'source/game/StarTechController.hpp')
-rw-r--r-- | source/game/StarTechController.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarTechController.hpp b/source/game/StarTechController.hpp index d686b1e..3d642df 100644 --- a/source/game/StarTechController.hpp +++ b/source/game/StarTechController.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_TECH_CONTROLLER_HPP -#define STAR_TECH_CONTROLLER_HPP +#pragma once #include "StarNetElementSystem.hpp" #include "StarNetworkedAnimator.hpp" @@ -169,5 +168,3 @@ private: }; } - -#endif |