shutdownModule(void)
{
	// B3DAcceleratorPlugin>>#shutdownModule
	return b3dxShutdown();
}
Example #2
0
EXPORT(sqInt) shutdownModule(void) {
	return b3dxShutdown();
}