In process of converting LuaSnap to use eris, not finished

This commit is contained in:
2021-03-01 17:29:32 -05:00
parent b9ff7d176d
commit c68ff8fdf0
5 changed files with 87 additions and 155 deletions

View File

@@ -127,7 +127,7 @@ private:
lua_State *lua_state_;
public:
void init(lua_State *L) { lua_state_ = L; }
void init(lua_State *L);
// Update
//