Esempio n. 1
0
void ResetNx()
{
	ExitNx();
	if (!InitNx()) exit(0);
}
Esempio n. 2
0
 PhysX::~PhysX(void)
 {
	 ExitNx();
 }