mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-17 01:10:10 +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
|