You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openmw/components/lua/utf8.hpp

12 lines
165 B
C++

1 year ago
#ifndef COMPONENTS_LUA_UTF8_H
#define COMPONENTS_LUA_UTF8_H
1 year ago
#include <sol/sol.hpp>
1 year ago
namespace LuaUtf8
{
sol::table initUtf8Package(sol::state_view&);
}
#endif