Example #1
0
//===========================================================================
// DS_UnloadExternal
//===========================================================================
void DS_UnloadExternal(void)
{
	driverShutdown();
	lt_dlclose(handle);
	handle = NULL;
}
Example #2
0
	void Shutdown()
	{
		driverShutdown();
		tr.commands.Shutdown();
	}