refactor: complete 'lua' namespace use
This commit is contained in:
@@ -26,6 +26,10 @@ namespace lua {
|
||||
};
|
||||
|
||||
void log_error(const std::string& text);
|
||||
|
||||
using State = lua_State;
|
||||
using Number = lua_Number;
|
||||
using Integer = lua_Integer;
|
||||
}
|
||||
|
||||
#endif // LOGIC_SCRIPTING_LUA_HPP_
|
||||
|
||||
Reference in New Issue
Block a user