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/station.h')
-rw-r--r--src/game/base/station.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/game/base/station.h b/src/game/base/station.h
index 3fc2158..ae4d0f4 100644
--- a/src/game/base/station.h
+++ b/src/game/base/station.h
@@ -8,10 +8,11 @@
#define __INCLUDED_BASE_STATION_H__
#include "base/shipdealer.h"
+#include "base/physics.h"
namespace game {
-class Station : public core::Entity
+class Station : public core::Entity, public PhysicsBody
{
public:
Station();