home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 26 / AACD 26.iso / AACD / Programming / wfimage / src / waveforms_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-08-31  |  556 b   |  26 lines

  1. #ifndef  WAVEFORMS_PROTOS_H
  2. #define  WAVEFORMS_PROTOS_H
  3. /*
  4. **  waveforms_protos.c
  5. **
  6. **  Contains the dispatchWFI() routine for the hook in
  7. **  the waveforms.image shared library.
  8. **
  9. **  © Copyright 1999-2001 stranded UFO productions. All Rights Reserved.
  10. **  Written by Paul Juhasz.
  11. **
  12. */
  13.  
  14. #include "waveformsbase.h"
  15.  
  16. #include <clib/exec_protos.h>
  17. #include <pragmas/exec_pragmas.h>
  18.  
  19.  
  20. LONG __asm dispatchWFI( REGISTER __a0 Class *cl, REGISTER __a2 struct Image *im,
  21.                            REGISTER __a1 ULONG *msg );
  22.  
  23. #endif /* WAVEFORMS_PROTOS_H */
  24.  
  25.  
  26.