mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +00:00
7 lines
106 B
C
7 lines
106 B
C
|
#pragma once
|
||
|
|
||
|
#include "lua.h"
|
||
|
|
||
|
#define LUA_UTF8LIBNAME "utf8"
|
||
|
LUALIB_API int luaopen_utf8(lua_State *L);
|