Base data for hp/mana/end calcs, mostly but not completely correct

This commit is contained in:
KimLS
2013-10-18 00:09:00 -07:00
parent 17729365db
commit cdcda943be
10 changed files with 305 additions and 94 deletions
+2
View File
@@ -1,6 +1,7 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
SET(shared_memory_sources
base_data.cpp
items.cpp
loot.cpp
main.cpp
@@ -10,6 +11,7 @@ SET(shared_memory_sources
)
SET(shared_memory_headers
base_data.h
items.h
loot.h
npc_faction.h