NPC Faction lists to new shared memory scheme

This commit is contained in:
KimLS
2013-02-23 13:45:19 -08:00
parent 8937c5be86
commit c31b2b65c1
47 changed files with 216 additions and 2459 deletions
+2
View File
@@ -4,6 +4,7 @@ SET(shared_memory_sources
items.cpp
loot.cpp
main.cpp
npc_faction.cpp
spells.cpp
skill_caps.cpp
)
@@ -11,6 +12,7 @@ SET(shared_memory_sources
SET(shared_memory_headers
items.h
loot.h
npc_faction.h
spells.h
skill_caps.h
)