コード例 #1
0
void TitleScreen::UnloadContent()
{
	GameScreen::UnloadContent();
	al_destroy_font(font);
	menu.UnloadContent();
}