Exemple #1
0
/* Shutdown the object system */
BOOL objShutdown(void)
{
	objmemShutdown();

	return true;
}
Exemple #2
0
/* Shutdown the object system */
bool objShutdown()
{
	objmemShutdown();

	return true;
}