home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / games / volume8 / cutup / part01 / funcs.h < prev    next >
Text File  |  1989-09-18  |  379b  |  21 lines

  1. WINDOW *InitScreen();
  2. WINDOW *CreateWindow();
  3. int GetString();
  4. void EndScreen();
  5. void RemoveWindow();
  6. int GetFIFOName();
  7. void EndFIFO();
  8. int GetMoves();
  9. void DrawPositions();
  10. void DeltaInits();
  11. void Welcome();
  12. long lrand48();
  13. void srand48();
  14. void SeedRnd();
  15. void BlockSignals();
  16. void ComputeMove();
  17. void CompInit();
  18. void CompGameInit();
  19. void MillisecondSleep();
  20. void GetReady();
  21.