Exemple #1
0
void CloseMenu(void)
{
#ifdef _WINDOWS
 if(hGFont) DeleteObject(hGFont);
 hGFont=NULL;
#else
 DestroyPic();
#endif
}
Exemple #2
0
void CloseMenu(void)
{
 DestroyPic();
}