long  _pascal _far MyProc(unsigned int  hWnd,unsigned int  message,unsigned int  wParam,long  lParam);
void  SetBack(unsigned int  hWnd);
void  InitFuses(void);
void  DrawFuse(unsigned int  hDC,struct  FUSESTR *fuse);
int  MyRand(void);
void  MoveFuse(struct  FUSESTR *previous,struct  FUSESTR *tomove);
void  ReDoLines(void);
void  DoFuses(void);
long  _pascal WinMain(unsigned int  hInstance,unsigned int  hPrevInstance,char  _far *lpszCmdLine,int  cmdShow);
