home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / C / Applications / RandomDot 1.1.0 / headers / Progress.h < prev    next >
Encoding:
Text File  |  1994-10-19  |  305 b   |  11 lines  |  [TEXT/KAHL]

  1. /* Progress.h
  2.     by David Phillip Oster October 1994 oster@netcom.com
  3.     for:
  4.     Stuart Inglis singlis@waikato.ac.nz
  5.     Department of Computer Science
  6.     University of Waikato, Hamilton, New Zealand
  7.  */
  8. void    SetProgressLabelText(StringPtr s);
  9. OSErr    ShowProgress(LongInt n, LongInt max);
  10. void     RecordProgress(void);
  11.