home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / packery / xpk_source / xpkmaster / all.c next >
C/C++ Source or Header  |  1996-10-28  |  546b  |  31 lines

  1. #ifndef XPKMASTER_ALL_C
  2. #define XPKMASTER_ALL_C
  3.  
  4. /* Programmheader
  5.  
  6.     Name:        xpkmaster.library
  7.     Author:        SDI
  8.     Distribution:    PD
  9.     Description:    the xpk packing library system
  10.  
  11.  3.10  28.10.96 : first SDI version
  12. */
  13.  
  14. #include "xpkmaster.c"
  15. #include "query.c"
  16. #include "checksum.c"
  17. #include "fib.c"
  18. #include "geterror.c"
  19. #include "hook.c"
  20. #include "hook_fh.c"
  21. #include "hook_mem.c"
  22. #include "open.c"
  23. #include "progress.c"
  24. #include "sublibs.c"
  25. #include "tags.c"
  26. #include "util.c"
  27. #include "xbuf.c"
  28. #include "xpk_strings.c"
  29.  
  30. #endif /* XPKMASTER_ALL_C */
  31.