diff options
Diffstat (limited to 'source/core/StarLuaConverters.hpp')
-rw-r--r-- | source/core/StarLuaConverters.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarLuaConverters.hpp b/source/core/StarLuaConverters.hpp index 277f691..d9dfc67 100644 --- a/source/core/StarLuaConverters.hpp +++ b/source/core/StarLuaConverters.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_LUA_CONVERTERS_HPP -#define STAR_LUA_CONVERTERS_HPP +#pragma once #include "StarRect.hpp" #include "StarVector.hpp" @@ -284,5 +283,3 @@ struct LuaConverter<LuaCallbacks> { }; } - -#endif |