home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Exemples / Affichage / CyberGL-DevKit.lha / include / gl / gl.h
Encoding:
C/C++ Source or Header  |  1998-05-13  |  228 b   |  13 lines

  1. #ifndef _GL_H
  2. #define _GL_H
  3. #include <cybergl/cybergl.h>
  4. /*
  5.  * for stubs
  6.  */
  7. #include <clib/cybergl_protos.h>
  8. /*
  9.  * inlining doesnt work often because of too many parameters in registers
  10.  */
  11. //#include <inline/cybergl.h>
  12. #endif
  13.