1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 06:35:30 +00:00
OpenMW/components/lua/utf8.hpp

12 lines
165 B
C++
Raw Normal View History

2023-08-10 05:28:19 +08:00
#ifndef COMPONENTS_LUA_UTF8_H
#define COMPONENTS_LUA_UTF8_H
2023-08-13 22:46:24 +08:00
#include <sol/sol.hpp>
2023-08-10 05:28:19 +08:00
namespace LuaUtf8
{
sol::table initUtf8Package(sol::state_view&);
}
#endif