Added typedef for collision response

This commit is contained in:
Robin Engman 2014-01-21 14:24:45 +01:00
parent b0227ab513
commit 39e4f7881b
1 changed files with 1 additions and 0 deletions

View File

@ -238,6 +238,7 @@ namespace Oyster
};
typedef SubscriptMessage (*EventAction_Collision)( const ICustomBody *proto, const ICustomBody *deuter );
typedef void (*EventAction_CollisionResponse)( const ICustomBody *proto, const ICustomBody *deuter, ::Oyster::Math::Float kineticEnergyLoss );
typedef void (*EventAction_Move)( const ICustomBody *object );
typedef Struct::SimpleBodyDescription SimpleBodyDescription;
typedef Struct::SphericalBodyDescription SphericalBodyDescription;