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>2013-11-11 00:41:33 +0000
committerStijn Buys <ingar@osirion.org>2013-11-11 00:41:33 +0000
commit7bdab72e2ddf145a4692ae92b22110c2e7febe67 (patch)
tree1d23b5cd5bdb6770b76e1a68ed651d30d6cab22c /src/game/base/station.h
parent8039544940b6145dcc8c63bcd4e06073ed61801e (diff)
Support for station weapons.
Diffstat (limited to 'src/game/base/station.h')
-rw-r--r--src/game/base/station.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/game/base/station.h b/src/game/base/station.h
index 5f833c4..889d3f9 100644
--- a/src/game/base/station.h
+++ b/src/game/base/station.h
@@ -7,10 +7,12 @@
#ifndef __INCLUDED_BASE_STATION_H__
#define __INCLUDED_BASE_STATION_H__
+#include "base/platform.h"
+
namespace game
{
-class Station : public core::Entity
+class Station : public Platform
{
public:
Station();