Created '*_data.cpp' files, modified API files a bit

This commit is contained in:
Kayne Ruse
2014-11-06 01:54:20 +11:00
parent daa38413f3
commit f2d79225a3
15 changed files with 268 additions and 40 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
#include "lua.hpp"
#endif
#define TORTUGA_ROOM_MANAGER_NAME "RoomManager"
#define TORTUGA_ROOM_MANAGER_NAME "room_manager"
LUAMOD_API int openRoomManagerAPI(lua_State* L);
#endif