home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / fd2inline-1.0-bin.lha / include / proto / graphics.h < prev    next >
C/C++ Source or Header  |  1996-10-12  |  288b  |  17 lines

  1. #ifndef PROTO_GRAPHICS_H
  2. #define PROTO_GRAPHICS_H
  3.  
  4. #ifndef GRAPHICS_SCALE_H
  5. #include <graphics/scale.h>
  6. #endif
  7.  
  8. #include <clib/graphics_protos.h>
  9. #undef GetOutlinePen
  10. #include <inline/graphics.h>
  11.  
  12. #ifndef __NOLIBBASE__
  13. extern struct GfxBase * __CONSTLIBBASEDECL__ GfxBase;
  14. #endif
  15.  
  16. #endif
  17.