diff options
Diffstat (limited to 'source/game/StarPlayerDeployment.hpp')
-rw-r--r-- | source/game/StarPlayerDeployment.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/StarPlayerDeployment.hpp b/source/game/StarPlayerDeployment.hpp index 7c0602d..ff34f97 100644 --- a/source/game/StarPlayerDeployment.hpp +++ b/source/game/StarPlayerDeployment.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_PLAYER_DEPLOYMENT_HPP -#define STAR_PLAYER_DEPLOYMENT_HPP +#pragma once #include "StarLuaComponents.hpp" #include "StarLuaAnimationComponent.hpp" @@ -43,5 +42,3 @@ private: }; } - -#endif |