コード例 #1
0
ファイル: wii_atari.cpp プロジェクト: clobber/wii7800
/*
 * Frees resources prior to the application exiting
 */
void wii_handle_free_resources()
{   
  wii_write_config();
  wii_sdl_free_resources();

  // FreeTypeGX
  ClearFontData();

  SDL_Quit();
}
コード例 #2
0
void DeinitFreeType() {
        ClearFontData();
        FT_Done_FreeType(ftLibrary);
        ftLibrary = NULL;
}