axmol/samples/Cpp/TestCpp/Classes/Box2DTestBed
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
..
Tests Check array boundaries to avoid the "array-bounds" error on linux 2013-04-10 10:53:52 -04:00
Box2dView.cpp Adds CALLBACK_0, CALLBACK_1 and CALLBACK_2 2013-06-11 16:30:05 -07:00
Box2dView.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
GLES-Render.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
GLES-Render.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Test.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
Test.h issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00
TestEntries.cpp issue #1603: Moved the position of some projects. 2012-12-20 12:58:21 +08:00