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>2012-11-25 21:25:40 +0000
committerStijn Buys <ingar@osirion.org>2012-11-25 21:25:40 +0000
commit3318b29475ffc5f462e2926f9b1141beca8305ae (patch)
tree15558ef704cf0aa8951618e52f7cd01769258bcc /src/core/Makefile.am
parent438283d0029a6d82e1669b218a2481c5c4ea2dbd (diff)
Added core::Entity::Projectile.
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 6f2a505..1a7c0ac 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -11,6 +11,7 @@ noinst_HEADERS = \
descriptions.h \
entity.h \
entityglobe.h \
+ entityprojectile.h \
extension.h \
func.h \
gameconnection.h \
@@ -46,6 +47,7 @@ libcore_la_SOURCES = \
descriptions.cc \
entity.cc \
entityglobe.cc \
+ entityprojectile.cc \
extension.cc \
func.cc \
gameconnection.cc \