diff options
Diffstat (limited to 'source/game/scripting/StarLuaRoot.hpp')
-rw-r--r-- | source/game/scripting/StarLuaRoot.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/game/scripting/StarLuaRoot.hpp b/source/game/scripting/StarLuaRoot.hpp index a26cf04..49e91b0 100644 --- a/source/game/scripting/StarLuaRoot.hpp +++ b/source/game/scripting/StarLuaRoot.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LUA_ROOT_HPP -#define STAR_LUA_ROOT_HPP +#pragma once #include "StarThread.hpp" #include "StarLua.hpp" @@ -70,5 +69,3 @@ private: }; } - -#endif |