Esempio n. 1
0
void callback_optionsDialogSave(Button* b)
{
	OptionsDialog* o = (OptionsDialog*)b->GetParent();
	o->Save();
	o->Die();
}