Basic lua packet api, and it works too. Exciting I must say.

This commit is contained in:
KimLS
2013-07-12 22:21:43 -07:00
parent da178c9fba
commit bdc83f4f37
7 changed files with 904 additions and 3 deletions
+2
View File
@@ -47,6 +47,7 @@ SET(zone_sources
lua_mob.cpp
lua_npc.cpp
lua_object.cpp
lua_packet.cpp
lua_parser.cpp
lua_parser_events.cpp
lua_raid.cpp
@@ -156,6 +157,7 @@ SET(zone_headers
lua_mob.h
lua_npc.h
lua_object.h
lua_packet.h
lua_parser.h
lua_parser_events.h
lua_ptr.h