openmw/components/lua/utf8.hpp

10 lines
141 B
C++
Raw Normal View History

2023-08-10 05:28:19 +08:00
#ifndef COMPONENTS_LUA_UTF8_H
#define COMPONENTS_LUA_UTF8_H
namespace LuaUtf8
{
sol::table initUtf8Package(sol::state_view&);
}
#endif