Created the room system's API, and tweaked some other APIs

This commit is contained in:
Kayne Ruse
2014-11-06 22:42:03 +11:00
parent 73d9095604
commit 06e027710f
6 changed files with 104 additions and 16 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include "lua.hpp"
#endif
#define TORTUGA_ROOM_NAME "room"
#define TORTUGA_ROOM_API "room"
LUAMOD_API int openRoomAPI(lua_State* L);
#endif