home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
include
/
proto
/
effect.h
next >
Wrap
C/C++ Source or Header
|
1998-11-11
|
183b
|
14 lines
#ifndef PROTO_EFFECT_H
#define PROTO_EFFECT_H
#include "clib/effect_protos.h"
#ifdef __GNUC__
# include "inline/effect.h"
#else
# include "pragmas/effect_pragmas.h"
#endif
#endif