ref: 13aedf6a9faab2fe48c45278cd8280c76ec3816b
dir: /Source/pause.h/
// pause.h
void SharewareNotice( int forcedWait );
void HandleDialog( int type );
void SurfaceGetEdges( SDL_Surface* edgeSurface, const MRect *rect );
void SurfaceCurveEdges( SDL_Surface* edgeSurface, const MRect *rect );
enum
{
kPauseDialog = 0,
kHiScoreDialog,
kContinueDialog,
kRegisterDialog,
kControlsDialog,
kSharewareNoticeDialog,
kEnterCodeDialog,
kNumDialogs
};