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

Definition of the ShapeFunction type alias. More...

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

Namespaces

 playrho
 

Typedefs

using playrho::ShapeFunction = std::function< void(ShapeID)>
 Shapes function.
 

Detailed Description

Definition of the ShapeFunction type alias.