Exemplo n.º 1
0
void close(){
	net_close();
	input_close();
	physics_close();
	console_close();
	test_logic_close();
	// the functions are smart enough to not close if they never initialized
}
Exemplo n.º 2
0
void Simulator::close()
{
	physics_close();
}