home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / compress / misc / ppdata1.0 / source.lha / src / precompile.c < prev    next >
C/C++ Source or Header  |  1995-01-18  |  478b  |  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 */