mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 03:20:18 +00:00
...
This commit is contained in:
parent
cd1280d350
commit
1c13b62e60
@ -15,9 +15,9 @@ void initialize_lua_bridge(VM* vm, lua_State* newL);
|
||||
|
||||
/******************************************************************/
|
||||
|
||||
lua_State* _L;
|
||||
void lua_push_from_python(VM*, PyObject*);
|
||||
PyObject* lua_popx_to_python(VM*);
|
||||
static lua_State* _L;
|
||||
static void lua_push_from_python(VM*, PyObject*);
|
||||
static PyObject* lua_popx_to_python(VM*);
|
||||
|
||||
template<typename T>
|
||||
static void table_apply(VM* vm, T f){
|
||||
|
Loading…
x
Reference in New Issue
Block a user