diff options
Diffstat (limited to 'source/game/scripting/StarLuaComponents.hpp')
-rw-r--r-- | source/game/scripting/StarLuaComponents.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/scripting/StarLuaComponents.hpp b/source/game/scripting/StarLuaComponents.hpp index 98e3638..e3d1d20 100644 --- a/source/game/scripting/StarLuaComponents.hpp +++ b/source/game/scripting/StarLuaComponents.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LUA_COMPONENT_HPP -#define STAR_LUA_COMPONENT_HPP +#pragma once #include "StarPeriodic.hpp" #include "StarLogging.hpp" @@ -370,5 +369,3 @@ void LuaMessageHandlingComponent<Base>::contextShutdown() { Base::contextShutdown(); } } - -#endif |