mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 15:35:23 +00:00
10 lines
141 B
C++
10 lines
141 B
C++
#ifndef COMPONENTS_LUA_UTF8_H
|
|
#define COMPONENTS_LUA_UTF8_H
|
|
|
|
namespace LuaUtf8
|
|
{
|
|
sol::table initUtf8Package(sol::state_view&);
|
|
}
|
|
|
|
#endif
|