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-14 16:04:30 +0000
committerStijn Buys <ingar@osirion.org>2012-11-14 16:04:30 +0000
commit31c6d4c5bb5ff17fa926d7d65f8b9a93918fbd3f (patch)
tree8c2a203b771ffc8c18dbbbc66f9fc9e4d5249dae /src/game/base/Makefile.am
parent5a3ac6c9f437290e88fa2ac2f194f91d4cb8a2a8 (diff)
Added initial weapon projectiles.
Diffstat (limited to 'src/game/base/Makefile.am')
-rw-r--r--src/game/base/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am
index 544cbb6..9e54b6c 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -11,6 +11,7 @@ noinst_HEADERS = \
jumppoint.h \
navpoint.h \
planet.h \
+ projectile.h \
racetrack.h \
savegame.h \
ship.h \
@@ -29,6 +30,7 @@ libbase_la_SOURCES = \
jumppoint.cc \
navpoint.cc \
planet.cc \
+ projectile.cc \
racetrack.cc \
savegame.cc \
ship.cc \