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>2009-07-07 13:43:05 +0000
committerStijn Buys <ingar@osirion.org>2009-07-07 13:43:05 +0000
commit7e15b99c01616999496155fe5d2ce89d7608932b (patch)
tree226d5c23b0a931ccbbf490aaf2da647ed6ebe5d4 /src/game/base/station.h
parent1f71cc5e127f6163e9163afd42453fe145defbeb (diff)
Initial bullet physics support
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();