Lua work - loading works, I think checking for sub works. Calling subs is in the beginning stages and binding is starting

This commit is contained in:
KimLS
2013-05-10 20:13:35 -07:00
parent 43d0350870
commit dc045591e4
18 changed files with 5917 additions and 63 deletions
+4
View File
@@ -31,6 +31,8 @@ SET(zone_sources
horse.cpp
inventory.cpp
loottables.cpp
lua_entity.cpp
lua_mob.cpp
lua_parser.cpp
Map.cpp
merc.cpp
@@ -110,6 +112,8 @@ SET(zone_headers
guild_mgr.h
hate_list.h
horse.h
lua_entity.h
lua_mob.h
lua_parser.h
map.h
masterentity.h