home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 13 / AACD13.ISO / AACD / Graphics / PPT / include / clib / effect_protos.h next >
C/C++ Source or Header  |  1999-11-28  |  391b  |  17 lines

  1. /*
  2.  *  $Id: effect_protos.h,v 3.0 1999/11/28 18:49:54 jj Exp jj $
  3.  */
  4. #ifndef CLIB_EFFECT_PROTOS_H
  5. #define CLIB_EFFECT_PROTOS_H
  6.  
  7. #ifndef PPT_H
  8. #include "ppt.h"
  9. #endif
  10.  
  11. ULONG EffectInquire( ULONG attribute, struct PPTBase *PPTBase );
  12. FRAME *EffectExec( FRAME *, struct TagItem *, struct PPTBase *PPTBase );
  13. PERROR EffectGetArgs( FRAME *, struct TagItem *, struct PPTBase *PPTBase );
  14.  
  15. #endif
  16.  
  17.