1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-01 03:21:41 +00:00
OpenMW/components/lua/utf8.hpp

12 lines
165 B
C++
Raw Normal View History

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