1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00
luanti/lib/lutf8/lutf8.h

7 lines
106 B
C
Raw Normal View History

#pragma once
#include "lua.h"
#define LUA_UTF8LIBNAME "utf8"
LUALIB_API int luaopen_utf8(lua_State *L);