home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 9 / FreshFishVol9-CD2.bin / bbs / cbm / os-include-bin.lha / GNU / os-include / proto / graphics.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-09-23  |  303 b   |  16 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. #include <clib/graphics_protos.h>
  8. #if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
  9. #include <inline/graphics.h>
  10. #endif
  11. #ifndef __NOLIBBASE__
  12. extern struct GfxBase *GfxBase;
  13. #endif
  14.  
  15. #endif
  16.