ref: 1ae6334bfaeb53c301a553e45733ad2a50b74689
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
};