home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 109 / EnigmaAmiga109CD.iso / software / musica / mpega_library / developer / include / proto / mpega.h
C/C++ Source or Header  |  1997-11-03  |  249b  |  15 lines

  1. /*
  2.    mpega.library (C) 1997 Stéphane TAVENARD
  3. */
  4. #ifndef PROTO_MPEGA_H
  5. #define PROTO_MPEGA_H
  6.  
  7. #include <exec/types.h>
  8.  
  9. extern struct Library *MPEGABase;
  10.  
  11. #include <clib/mpega_protos.h>
  12. #include <pragmas/mpega_pragmas.h>
  13.  
  14. #endif /* PROTO_MPEGA_H */
  15.