mirror of
https://github.com/aaronsgiles/uuUndo.git
synced 2024-11-22 01:32:02 +00:00
1 line
281 B
C
1 line
281 B
C
#pragma once
|
|
|
|
#ifndef __DSDIALOGS__
|
|
#define __DSDIALOGS__
|
|
|
|
void OpenUserDialog(short menuID, short menuItem);
|
|
void DoUserDialog(DialogPtr theDialog, short itemHit);
|
|
void CloseUserDialog(DialogPtr theDialog);
|
|
void UserDialogActivate(DialogPtr theDialog, Boolean nowActive);
|
|
|
|
#endif
|