This commit is contained in:
blueloveTH 2024-01-16 01:45:28 +08:00
parent cd1280d350
commit 1c13b62e60

View File

@ -15,9 +15,9 @@ void initialize_lua_bridge(VM* vm, lua_State* newL);
/******************************************************************/ /******************************************************************/
lua_State* _L; static lua_State* _L;
void lua_push_from_python(VM*, PyObject*); static void lua_push_from_python(VM*, PyObject*);
PyObject* lua_popx_to_python(VM*); static PyObject* lua_popx_to_python(VM*);
template<typename T> template<typename T>
static void table_apply(VM* vm, T f){ static void table_apply(VM* vm, T f){