home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 2 / FFMCD02.bin / useful / os-include / clib / dtclass_protos.h < prev    next >
C/C++ Source or Header  |  1992-09-24  |  594b  |  25 lines

  1. #ifndef  CLIB_DTCLASS_PROTOS_H
  2. #define  CLIB_DTCLASS_PROTOS_H
  3. /*
  4. **    $VER: dtclass_protos.h 39.0 (01.06.92)
  5. **    Includes Release 39.108
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1990-1992 Commodore-Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12. #ifndef  EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif
  15. #ifndef  INTUITION_CLASSES_H
  16. #include <intuition/classes.h>
  17. #endif
  18. #ifndef  INTUITION_CLASSUSR_H
  19. #include <intuition/classusr.h>
  20. #endif
  21. /*--- functions in V39 or higher (distributed as Release 3.0) ---*/
  22.  
  23. Class *ObtainEngine( void );
  24. #endif     /* CLIB_DTCLASS_PROTOS_H */
  25.