#ifndef COMPONENTS_LUA_L10N_H #define COMPONENTS_LUA_L10N_H #include namespace l10n { class Manager; } namespace LuaUtil { sol::function initL10nLoader(lua_State*, l10n::Manager* manager); } #endif // COMPONENTS_LUA_L10N_H