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>2015-01-25 11:18:18 +0000
committerStijn Buys <ingar@osirion.org>2015-01-25 11:18:18 +0000
commitcd30cd33b8b78343f0edcc29ac07fa5bd1b844bd (patch)
treed03502f843d8d20045aa8cc9ab1f8d01a0984cdf /src/game/base/jumppoint.cc
parente3986c6d4e898da80bafd21e3861119248a170d8 (diff)
Minor header file cleanup,
add weapons to the player's ship when starting a new game.
Diffstat (limited to 'src/game/base/jumppoint.cc')
-rw-r--r--src/game/base/jumppoint.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/jumppoint.cc b/src/game/base/jumppoint.cc
index 7f23fd9..45bf378 100644
--- a/src/game/base/jumppoint.cc
+++ b/src/game/base/jumppoint.cc
@@ -6,6 +6,7 @@
#include "base/game.h"
#include "base/jumppoint.h"
+#include "base/ship.h"
namespace game
{