2013-11-11 21:14:52 +01:00
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
// Created by Dan Andersson 2013
|
|
|
|
/////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#include "ICollideable.h"
|
|
|
|
|
|
|
|
using namespace ::Oyster::Collision3D;
|
|
|
|
|
2013-11-27 15:20:29 +01:00
|
|
|
ICollideable::ICollideable( Type _type ) : type(_type) {}
|
2013-11-11 21:14:52 +01:00
|
|
|
ICollideable::~ICollideable() {}
|