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

Definition of the JointFunction type alias. More...

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

Namespaces

 playrho
 

Typedefs

using playrho::JointFunction = std::function< void(JointID)>
 Joints function.
 

Detailed Description

Definition of the JointFunction type alias.