home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_progs / compress / ppdata.lha / src / precompile.c < prev    next >
Encoding:
C/C++ Source or Header  |  1992-07-13  |  478 b   |  15 lines

  1. #include <exec/types.h>
  2. #include <intuition/intuition.h>
  3. #include <libraries/asl.h>
  4. #include <libraries/gadtools.h>
  5. #include <libraries/ppbase.h>
  6. #include <libraries/dos.h>
  7. #include <proto/exec.h>
  8. #include <proto/dos.h>
  9. #include <proto/graphics.h>
  10. #include <proto/intuition.h>
  11. #include <proto/asl.h>
  12. #include <proto/gadtools.h>
  13. #include <proto/powerpacker.h>
  14. #include "wintext.h"        /* my font-independent text routines */
  15. #include "sprintf.h"        /* stubs for RawDoFmt to strings */