Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
ThanatosGit committed Dec 31, 2023
1 parent 88f3567 commit 90ea6d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion randovania_lupa/luaapi.pxd
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,6 @@ cdef extern from "lua.h" nogil:
char *chunkname)

int lua_dump (lua_State *L, lua_Writer writer, void *data)
int luaU_dump (lua_State *L, const Proto* f, lua_Writer writer, void *data, int strip)

# coroutine functions
int lua_yield (lua_State *L, int nresults)
Expand Down Expand Up @@ -297,6 +296,9 @@ cdef extern from "lstate.h" nogil:
cdef extern from "lobject.h":
Closure* clvalue(TValue *o) # clvalue(o) check_exp(ttisfunction(o), &(o)->value.gc->cl)

cdef extern from "lundump.h" nogil:
int luaU_dump (lua_State *L, const Proto* f, lua_Writer writer, void *data, int strip)

################################################################################
# lauxlib.h
################################################################################
Expand Down

0 comments on commit 90ea6d6

Please sign in to comment.