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/base.h')
-rw-r--r--src/game/base/base.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/base.h b/src/game/base/base.h
index 6979335..926060c 100644
--- a/src/game/base/base.h
+++ b/src/game/base/base.h
@@ -94,6 +94,7 @@ private:
static void func_impulse(core::Player *player, std::string const &args);
static void func_dock(core::Player *player,core::Entity *entity);
static void func_launch(core::Player *player, std::string const &args);
+ static void func_goto(core::Player *player, const std::string &args);
};
}