home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Programming
/
vbcc_MorphOS
/
machines
/
amigappc
/
include
/
proto
/
cybergraphics.h
< prev
next >
Wrap
C/C++ Source or Header
|
2000-08-20
|
194b
|
8 lines
#ifndef PROTO_CYBERGFX_H
#define PROTO_CYBERGFX_H
#include <exec/types.h>
#include <exec/libraries.h>
extern struct Library *CyberGfxBase;
#include <cybergraphics/cybergraphics_protos.h>
#endif