Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/game/base/ship.h')
-rw-r--r--src/game/base/ship.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index 1de208d..ad2c71b 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -181,6 +181,18 @@ public:
void set_spawn(core::Entity *spawn);
+protected:
+
+ /**
+ * @brief autopilot goto target
+ * */
+ void frame_autopilot_goto(const unsigned long elapsed, const core::Entity *target);
+
+ /**
+ * @brief autopilot formation flying
+ * */
+ void frame_autopilot_formation(const unsigned long elapsed, const core::Entity *target);
+
private:
JumpPoint *find_closest_jumppoint();