ref: 54ea6bebeb3effbfc25b3790f4b1d8c49fa441bd
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
};