Skip to content

Commit

Permalink
Fix definition for codebuilder
Browse files Browse the repository at this point in the history
  • Loading branch information
ccuser44 authored Jan 2, 2025
1 parent a72b6b2 commit 9d0da62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodeGen/src/NativeState.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 9d0da62

Please sign in to comment.