mirror of
https://github.com/luau-lang/luau.git
synced 2025-04-03 02:10:53 +01:00
Fix definition for codebuilder
This commit is contained in:
parent
a72b6b2d47
commit
9d0da62030
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ struct NativeContext
|
|||
|
||||
int (*luaH_getn)(Table* t) = nullptr;
|
||||
Table* (*luaH_new)(lua_State* L, int narray, int lnhash) = nullptr;
|
||||
Table* (*luaH_clone)(lua_State* L, Table* tt) = nullptr;
|
||||
Table* (*luaH_clone)(lua_State* L, Table* tt, bool raw) = nullptr;
|
||||
void (*luaH_resizearray)(lua_State* L, Table* t, int nasize) = nullptr;
|
||||
TValue* (*luaH_setnum)(lua_State* L, Table* t, int key);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue