ref: fe1e1357ce329cbe71847a82d9bf56c9440f4512
dir: /src/pause.h/
// pause.h
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,
kControlsDialog,
kNumDialogs
};