mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-04-22 10:01:46 +00:00
expose utf8 (#829)
This commit is contained in:
parent
3b7b413989
commit
97e0737bbb
1 changed files with 1 additions and 1 deletions
|
|
@ -297,7 +297,7 @@ void smlua_init(void) {
|
|||
luaL_requiref(L, "string", luaopen_string, 1);
|
||||
luaL_requiref(L, "table", luaopen_table, 1);
|
||||
luaL_requiref(L, "coroutine", luaopen_coroutine, 1);
|
||||
// luaopen_utf8(L);
|
||||
luaL_requiref(L, "utf8", luaopen_utf8, 1);
|
||||
|
||||
smlua_bind_hooks();
|
||||
smlua_bind_cobject();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue