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
+2 -2
View File
@@ -28,7 +28,7 @@
#include "lua.hpp"
#endif
#define TORTUGA_ROOM_MANAGER_NAME "room_manager"
#define TORTUGA_ROOM_MANAGER_API "room_manager"
LUAMOD_API int openRoomManagerAPI(lua_State* L);
#endif
#endif