Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2013-11-07 13:38:11 +0000
committerStijn Buys <ingar@osirion.org>2013-11-07 13:38:11 +0000
commit4896428eefa6e621523168a42dceda4f8f2b0097 (patch)
tree4b2d183b9d9f4054326f4fede778f05c0d2a9659 /src/core/Makefile.am
parent66746168f710cfdfbb0853947985fa0c552e81fb (diff)
Added core:: support for entity factions and player reputation (single-player only).
Diffstat (limited to 'src/core/Makefile.am')
-rw-r--r--src/core/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 1a7c0ac..3f7094d 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -32,6 +32,7 @@ noinst_HEADERS = \
physics.h \
player.h \
range.h \
+ reputation.h \
signals.h \
slot.h \
slots.h \
@@ -65,6 +66,7 @@ libcore_la_SOURCES = \
parser.cc \
physics.cc \
player.cc \
+ reputation.cc \
signals.cc \
slot.cc \
slots.cc \