diff_tables and patch_table are working and tested
This commit is contained in:
@@ -420,7 +420,8 @@ public:
|
||||
|
||||
void getclass(LuaSlot tab, LuaSlot name) const;
|
||||
void makeclass(LuaSlot tab, LuaSlot name) const;
|
||||
void makeclass(LuaSlot tab, const char *name);
|
||||
void makeclass(LuaSlot tab, const char *name) const;
|
||||
void makeclass(LuaSlot tab, const std::string &name) const;
|
||||
std::string classname(LuaSlot tab);
|
||||
|
||||
void movesortablekey(LuaSlot val, LuaStack &other, LuaSlot otherslot);
|
||||
|
||||
Reference in New Issue
Block a user