shithub: candycrisis

ref: e646d6d829d50983ec2cba8e230a0b95341f6752
dir: /src/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
};