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/ship.h')
-rw-r--r--src/game/base/ship.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/game/base/ship.h b/src/game/base/ship.h
index 230d406..2670ee2 100644
--- a/src/game/base/ship.h
+++ b/src/game/base/ship.h
@@ -117,6 +117,8 @@ public:
/// reset physics state and ship controls
virtual void reset();
+
+ virtual void collision(Entity *other);
/// explode the ship
void explode();