PlayRho  2.0.0
An interactive physics engine & library.
BodyShapeFunction.hpp File Reference

Definition of the BodyShapeFunction type alias. More...

#include <functional>
#include <utility>
#include <playrho/BodyID.hpp>
#include <playrho/ShapeID.hpp>
Include dependency graph for BodyShapeFunction.hpp:
This graph shows which files directly or indirectly include this file:

Namespaces

 playrho
 

Typedefs

using playrho::BodyShapeFunction = std::function< void(std::pair< BodyID, ShapeID >)>
 Body-shapes function.
 

Detailed Description

Definition of the BodyShapeFunction type alias.