.examples: Added first (still incomplete) version of box2d example

git-svn-id: svn://ultimatepp.org/upp/trunk@2583 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
unodgs 2010-07-30 20:30:20 +00:00
parent 95bb78a131
commit 685b4834da
3 changed files with 369 additions and 0 deletions

View file

@ -0,0 +1,5 @@
#ifndef _Box2DExample_icpp_init_stub
#define _Box2DExample_icpp_init_stub
#include "CtrlLib/init"
#include "plugin\box2d/init"
#endif