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-15 19:57:27 +0000
committerStijn Buys <ingar@osirion.org>2013-10-15 19:57:27 +0000
commitce62661012a167d48bd6117940a551355eb6773b (patch)
tree67fa5c937559e16e367f069007e825548ad57573 /src/game/base/game.h
parentaabb379d84afab3679acc6dc4472d886dae88f39 (diff)
Added ship autopilot, removed entity_controlflags, added goto ui button.
Diffstat (limited to 'src/game/base/game.h')
-rw-r--r--src/game/base/game.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/game.h b/src/game/base/game.h
index 3872303..645d573 100644
--- a/src/game/base/game.h
+++ b/src/game/base/game.h
@@ -125,6 +125,7 @@ private:
static void func_impulse(core::Player *player, std::string const &args);
static void func_launch(core::Player *player, std::string const &args);
static void func_respawn(core::Player *player, std::string const &args);
+ static void func_freeflight(core::Player *player, std::string const &args);
static void func_goto(core::Player *player, const std::string &args);
static void func_buy(core::Player *player, std::string const &args);
static void func_sell(core::Player *player, const std::string &args);
@@ -139,6 +140,7 @@ private:
/* ---- target functions ----------------------------------- */
+ static void func_target_goto(core::Player *player, core::Entity *entity);
static void func_target_dock(core::Player *player, core::Entity *entity);
static void func_target_hail(core::Player *player, core::Entity *entity);
static void func_target_trade(core::Player *player, core::Entity *entity);