Added luasnap checkpointing mechanism

This commit is contained in:
2021-02-09 17:15:54 -05:00
parent 368d066cc7
commit 8f557ff387
11 changed files with 349 additions and 73 deletions

View File

@@ -425,6 +425,9 @@ public:
void checknometa(LuaSlot index) const;
void newtable(LuaSlot target) const;
void makeclass(LuaSlot tab, LuaSlot name) const;
void setlightuserdata(LuaSlot target, void *p) const;
template <typename T>