home *** CD-ROM | disk | FTP | other *** search
/ Windows Shareware GOLD / NuclearComputingVol3No1.cdr / _bbs2 / f1140.zip / FUSE2.H < prev    next >
Text File  |  1990-06-08  |  470b  |  10 lines

  1. long  _pascal _far MyProc(unsigned int  hWnd,unsigned int  message,unsigned int  wParam,long  lParam);
  2. void  SetBack(unsigned int  hWnd);
  3. void  InitFuses(void);
  4. void  DrawFuse(unsigned int  hDC,struct  FUSESTR *fuse);
  5. int  MyRand(void);
  6. void  MoveFuse(struct  FUSESTR *previous,struct  FUSESTR *tomove);
  7. void  ReDoLines(void);
  8. void  DoFuses(void);
  9. long  _pascal WinMain(unsigned int  hInstance,unsigned int  hPrevInstance,char  _far *lpszCmdLine,int  cmdShow);
  10.