diff options
Diffstat (limited to 'source/game/scripting/StarLuaAnimationComponent.hpp')
-rw-r--r-- | source/game/scripting/StarLuaAnimationComponent.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/scripting/StarLuaAnimationComponent.hpp b/source/game/scripting/StarLuaAnimationComponent.hpp index 21742fb..540f517 100644 --- a/source/game/scripting/StarLuaAnimationComponent.hpp +++ b/source/game/scripting/StarLuaAnimationComponent.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LUA_ANIMATION_COMPONENT_HPP -#define STAR_LUA_ANIMATION_COMPONENT_HPP +#pragma once #include "StarLuaComponents.hpp" #include "StarJsonExtra.hpp" @@ -119,5 +118,3 @@ void LuaAnimationComponent<Base>::contextShutdown() { } } - -#endif |