home *** CD-ROM | disk | FTP | other *** search
/ The Best of Mecomp Multimedia 2 / MECOMP-CD-II.iso / amiga / grafix / rainbow_system / developer / c_includes.lha / include / proto / rainbowsystem.h
Encoding:
C/C++ Source or Header  |  1998-02-25  |  229 b   |  12 lines

  1. #ifndef PROTO_RAINBOWSYSTEM_H
  2. #define PROTO_RAINBOWSYSTEM_H
  3.  
  4. #include <exec/types.h>
  5.  
  6. extern struct RainbowSystemBase *RainbowSystemBase;
  7.  
  8. #include <clib/rainbowsystem_protos.h>
  9. #include <pragmas/rainbowsystem_pragmas.h>
  10.  
  11. #endif
  12.