more lua, gonna work on single interpreter soon

This commit is contained in:
KimLS
2013-05-14 19:05:49 -07:00
parent 38521e0009
commit 3cc1065873
13 changed files with 387 additions and 125 deletions
+2
View File
@@ -33,6 +33,7 @@ SET(zone_sources
loottables.cpp
lua_client.cpp
lua_entity.cpp
lua_item.cpp
lua_mob.cpp
lua_npc.cpp
lua_parser.cpp
@@ -116,6 +117,7 @@ SET(zone_headers
horse.h
lua_client.h
lua_entity.h
lua_item.h
lua_mob.h
lua_npc.h
lua_parser.h