More work on console I/O and minor fixes
This commit is contained in:
@@ -380,7 +380,7 @@ public:
|
||||
lua_State *newthread(LuaSlot target) const;
|
||||
void getglobaltable(LuaSlot gltab) const;
|
||||
void makesubtable(LuaSlot sub, LuaSlot tab, const char *name) const;
|
||||
void cleartable(LuaSlot tab) const;
|
||||
void cleartable(LuaSlot tab, bool clearmeta) const;
|
||||
|
||||
int rawlen(LuaSlot val) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user