home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / Includes_and_Autodocs_3.5 / include / clib / drawlist_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-10-19  |  522 b   |  32 lines

  1. #ifndef CLIB_DRAWLIST_PROTOS_H
  2. #define CLIB_DRAWLIST_PROTOS_H
  3. /*
  4. **    $VER: drawlist_protos.h 44.1 (19.10.1999)
  5. **    Includes Release 44.1
  6. **
  7. **    C prototypes. For use with 32 bit integers only.
  8. **
  9. **    (C) Copyright 1987-1999 Amiga, Inc.
  10. **        All Rights Reserved
  11. */
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifndef INTUITION_CLASSES_H
  18. #include <intuition/classes.h>
  19. #endif
  20.  
  21. #ifdef __cplusplus
  22. extern "C" {
  23. #endif
  24.  
  25. Class * DRAWLIST_GetClass(VOID);
  26.  
  27. #ifdef __cplusplus
  28. }
  29. #endif
  30.  
  31. #endif /* CLIB_DRAWLIST_PROTOS_H */
  32.