示例#1
0
文件: cui.cpp 项目: onlyuser/Legacy
void unload()
{
	#ifdef MOD_TEST
		test_unload();
	#else
		benc_unload();
		robk_unload();
		vinh_unload();
		game_unload();
	#endif
}
void
test_shutdown_thetvdb (void)
{
  test_unload ();
  g_clear_pointer (&tmp_dir, g_free);
}
void
test_reset_thetvdb (void)
{
  test_unload ();
  test_setup_thetvdb ();
}