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-10-13 18:29:00 +0000
committerStijn Buys <ingar@osirion.org>2013-10-13 18:29:00 +0000
commit6e140025aab2c57b400c54a06b811875c196cede (patch)
treed8cd92201243a9b8751a3cc135d9065b8e48648f /src/game/base/Makefile.am
parentadc3d4dbff2361da2ba9a8e0e0207546d474e29a (diff)
Added initial NPC class, added 'wingmen' engine function.
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..3d6840a 100644
--- a/src/game/base/Makefile.am
+++ b/src/game/base/Makefile.am
@@ -10,6 +10,7 @@ noinst_HEADERS = \
faction.h \
jumppoint.h \
navpoint.h \
+ npc.h \
planet.h \
racetrack.h \
savegame.h \
@@ -28,6 +29,7 @@ libbase_la_SOURCES = \
game.cc \
jumppoint.cc \
navpoint.cc \
+ npc.cc \
planet.cc \
racetrack.cc \
savegame.cc \