home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Programming / vbcc_MorphOS / machines / amiga68k / include / proto / glu.h < prev    next >
C/C++ Source or Header  |  2000-08-20  |  235b  |  14 lines

  1. #ifndef PROTO_GLU_H
  2. #define PROTO_GLU_H
  3. #include <exec/libraries.h>
  4. extern struct Library *gluBase;
  5. #ifndef APIENTRY
  6. #ifndef NOSAVEDS
  7. #define APIENTRY __saveds
  8. #else
  9. #define APIENTRY
  10. #endif
  11. #endif
  12. #include <inline/glu_protos.h>
  13. #endif
  14.