#include "domorph.h"

#ifndef	MODULE_MORPHGO
	extern	int	idMorphSucceedWin ;
	extern	int	idMorphSucceedMsg ;
#endif

int init_morphgo(void);
void end_morphgo(void);
int	morphgo_checkExecMorph(int type);
void morphgo_execMorph(int type);
int morphgo_getBackImagePixel(int x,int y);
int morphgo_getBackFlag(void);
