home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Programming
/
vbcc_MorphOS
/
machines
/
amiga68k
/
include
/
proto
/
amigamesa.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-08-20
|
252b
|
14 lines
#ifndef PROTO_AMIGAMESA_H
#define PROTO_AMIGAMESA_H
#include <exec/libraries.h>
extern struct Library *glBase;
#ifndef APIENTRY
#ifndef NOSAVEDS
#define APIENTRY __saveds
#else
#define APIENTRY
#endif
#endif
#include <inline/amigamesa_protos.h>
#endif