home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 21 / AACD 21.iso / AACD / Programming / Scalos / Developer / C / Include / proto / mcpgfx.h < prev    next >
Encoding:
C/C++ Source or Header  |  2000-11-29  |  313 b   |  20 lines

  1. #ifndef PROTO_MCPGFX_H
  2. #define PROTO_MCPGFX_H
  3.  
  4. #ifndef EXEC_TYPES_H
  5. #include <exec/types.h>
  6. #endif
  7.  
  8. extern struct Library    *MCPGfxBase;
  9.  
  10. #include <clib/mcpgfx_protos.h>
  11.  
  12. #ifdef __VBCC__
  13. #include <inline/mcpgfx_protos.h>
  14. #else
  15. #include <pragmas/mcpgfx_pragmas.h>
  16. #endif /* __VBCC__ */
  17.  
  18. #endif /* PROTO_MCPGFX_H */
  19.  
  20.