Beep beep

This commit is contained in:
2014-12-10 19:36:24 -05:00
parent 252d6818ee
commit 76ccb66786
9 changed files with 35 additions and 16 deletions

View File

@@ -106,6 +106,10 @@ void ModalSession::pumpEvents() {
[[NSApplication sharedApplication] runModalSession: nsHandle];
}
void beep() {
NSBeep();
}
NSOpenPanel* dlg_get_scen;
NSOpenPanel* dlg_get_game;
NSSavePanel* dlg_put_scen;