mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03: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
|