Implemented a basic API for the server's rooms

This commit is contained in:
Kayne Ruse
2014-06-10 01:46:42 +10:00
parent 1ef5eb7a0f
commit a07e7418a6
7 changed files with 119 additions and 39 deletions
+2 -1
View File
@@ -66,7 +66,8 @@ static int getDepth(lua_State* L) {
static int load(lua_State* L) {
//TODO: fill this
return 0;
lua_pushboolean(L, false);
return 1;
}
static int save(lua_State* L) {