home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 114 / af114sub.adf / GadToolsBox3.lzx / GadToolsBox3 / Developers / progress.gadget / include / clib / progress_protos.h
Encoding:
C/C++ Source or Header  |  1996-07-04  |  333 b   |  19 lines

  1. #ifndef  CLIB_PROGRESS_PROTOS_H
  2. #define  CLIB_PROGRESS_PROTOS_H
  3.  
  4. /*
  5. **    $VER: progress_protos.h 1.0 (20.6.96)
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1996 Tomasz Muszynski
  10. */
  11.  
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15.  
  16. Class *GetProgressClass(void);
  17.  
  18. #endif     /* CLIB_PROGRESS_PROTOS_H */
  19.