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

Definition of the ContactFunction type alias. More...

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

Namespaces

 playrho
 

Typedefs

using playrho::ContactFunction = std::function< void(ContactID)>
 Contacts function.
 

Detailed Description

Definition of the ContactFunction type alias.