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:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1998-05-13
|
228 b
|
13 lines
#ifndef _GL_H
#define _GL_H
#include <cybergl/cybergl.h>
/*
* for stubs
*/
#include <clib/cybergl_protos.h>
/*
* inlining doesnt work often because of too many parameters in registers
*/
//#include <inline/cybergl.h>
#endif