TUTS laugh

Code:
///////////////////////////////
#include <acknex.h>
#include <default.c>
#include <ackphysx.h>

///////////////////////////////

action test_box()
{
pXent_settype(me, PH_RIGID, PH_BOX);
pXent_setfriction(my, 100);
 pXent_setelasticity(my, 10);

}


function main()
{
   physX_open(); 
 
	level_load("physic.WMB");
}