From 8126e1941666f5dccd61e9ecc60db162049bb8ff Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 3 Nov 2013 23:35:59 +0000 Subject: Added initial support for NPC patrol routes, added support for lawfull/unlawfull factions. --- src/game/base/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/game/base/Makefile.am') diff --git a/src/game/base/Makefile.am b/src/game/base/Makefile.am index 3d6840a..634a571 100644 --- a/src/game/base/Makefile.am +++ b/src/game/base/Makefile.am @@ -11,6 +11,7 @@ noinst_HEADERS = \ jumppoint.h \ navpoint.h \ npc.h \ + patrol.h \ planet.h \ racetrack.h \ savegame.h \ @@ -30,6 +31,7 @@ libbase_la_SOURCES = \ jumppoint.cc \ navpoint.cc \ npc.cc \ + patrol.cc \ planet.cc \ racetrack.cc \ savegame.cc \ -- cgit v1.2.3