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/platform.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/platform.cc')
-rw-r--r--src/game/base/platform.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game/base/platform.cc b/src/game/base/platform.cc
index de7f987..b5e92dc 100644
--- a/src/game/base/platform.cc
+++ b/src/game/base/platform.cc
@@ -9,6 +9,7 @@
#include "base/game.h"
#include "base/faction.h"
#include "base/platform.h"
+#include "base/ship.h"
#include "base/weapon.h"
#include "sys/sys.h"