From 8fbb2425220389ee69749ccd93407a0db73678fd Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 3 Mar 2012 23:15:39 +0000 Subject: Added core::Slots class template, replaced Entity::set_inventory() with Entity::add_inventory(). --- src/core/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/core/Makefile.am') diff --git a/src/core/Makefile.am b/src/core/Makefile.am index 0c8036e..1f1619e 100644 --- a/src/core/Makefile.am +++ b/src/core/Makefile.am @@ -31,6 +31,7 @@ noinst_HEADERS = \ player.h \ range.h \ signals.h \ + slots.h \ stats.h \ uid.h \ zone.h @@ -60,6 +61,7 @@ libcore_la_SOURCES = \ physics.cc \ player.cc \ signals.cc \ + slots.cc \ stats.cc \ uid.cc \ zone.cc -- cgit v1.2.3