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
2025-06-01 15:05:31 +02:00

6 lines
106 B
C

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