axmol/samples/Cpp/TestCpp/Classes/ChipmunkTest
Ricardo Quesada 83b43ab93e Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2
Handy macros for callbacks.
Instead of:
	std::bind(func_ptr, instnace, std::placeholder::_1)
you use:
	CALLBACK_1(func_ptr, instance)

And also removes more warnings from the tests
2013-06-11 16:30:05 -07:00
..
ChipmunkTest.cpp Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
ChipmunkTest.h issue #1640: Updated Box2dTest and ChipmunkTest. 2013-01-06 10:22:07 +08:00