home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AmigActive 13
/
AACD13.ISO
/
AACD
/
Graphics
/
PPT
/
include
/
clib
/
effect_protos.h
next >
Wrap
C/C++ Source or Header
|
1999-11-28
|
391b
|
17 lines
/*
* $Id: effect_protos.h,v 3.0 1999/11/28 18:49:54 jj Exp jj $
*/
#ifndef CLIB_EFFECT_PROTOS_H
#define CLIB_EFFECT_PROTOS_H
#ifndef PPT_H
#include "ppt.h"
#endif
ULONG EffectInquire( ULONG attribute, struct PPTBase *PPTBase );
FRAME *EffectExec( FRAME *, struct TagItem *, struct PPTBase *PPTBase );
PERROR EffectGetArgs( FRAME *, struct TagItem *, struct PPTBase *PPTBase );
#endif