home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / include / proto / effect.h next >
C/C++ Source or Header  |  1998-11-11  |  183b  |  14 lines

  1. #ifndef PROTO_EFFECT_H
  2. #define PROTO_EFFECT_H
  3.  
  4. #include "clib/effect_protos.h"
  5.  
  6. #ifdef __GNUC__
  7. # include "inline/effect.h"
  8. #else
  9. # include "pragmas/effect_pragmas.h"
  10. #endif
  11.  
  12. #endif
  13.  
  14.