shithub: candycrisis

ref: 8c92d67b5cca0acaee68803945af24633b140c9f
dir: /pause.h/

View raw version
// 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
};