Partial work on loot tables (non-compiling)

This commit is contained in:
KimLS
2013-02-21 22:13:33 -08:00
parent 543ef3fb32
commit 6f13d0cfbc
24 changed files with 909 additions and 487 deletions
+2
View File
@@ -2,6 +2,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(shared_memory_sources
items.cpp
loot.cpp
main.cpp
spells.cpp
skill_caps.cpp
@@ -9,6 +10,7 @@ SET(shared_memory_sources
SET(shared_memory_headers
items.h
loot.h
spells.h
skill_caps.h
)