ref: 0ddd0f41a729b1d90ba39fe02e3403f54bd531da
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,
kVideoDialog,
kNumDialogs
};