home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 5 / FreshFish_July-August1994.bin / bbs / dev / dropbox-1.1.lha / DropBox / src / precomp.c < prev    next >
Encoding:
C/C++ Source or Header  |  1993-07-25  |  1.3 KB  |  52 lines

  1. /** DoRev Header ** Do not edit! **
  2. *
  3. * Name             :  precomp.c
  4. * Copyright        :  Copyright 1993. All Rights Reserved
  5. * Creation date    :  11-Jun-93
  6. * Translator       :  SAS/C 5.1b
  7. *
  8. * Date       Rev  Author               Comment
  9. * ---------  ---  -------------------  ----------------------------------------
  10. * 11-Jun-93    1  Steve Anichini       None.
  11. * 11-Jun-93    0  - Unknown -          None.
  12. *
  13. *** DoRev End **/
  14.  
  15. #define INTUI_V36_NAMES_ONLY
  16.  
  17. #include <exec/types.h>
  18. #include <exec/memory.h>
  19. #include <exec/lists.h>
  20. #include <dos/dos.h>
  21. #include <dos/dostags.h>
  22. #include <intuition/intuition.h>
  23. #include <intuition/classes.h>
  24. #include <intuition/classusr.h>
  25. #include <intuition/imageclass.h>
  26. #include <intuition/gadgetclass.h>
  27. #include <libraries/gadtools.h>
  28. #include <libraries/iffparse.h>
  29. #include <graphics/displayinfo.h>
  30. #include <graphics/gfxbase.h>
  31.  
  32. #include <workbench/workbench.h>
  33. #include <workbench/startup.h>
  34. #include <exec/libraries.h>
  35. #include <libraries/asl.h>
  36. #include <libraries/commodities.h>
  37. #include <string.h>
  38.  
  39. #include <proto/icon.h>
  40. #include <proto/exec.h>
  41. #include <proto/wb.h>
  42. #include <proto/commodities.h>
  43. #include <proto/intuition.h>
  44. #include <proto/graphics.h>
  45. #include <proto/utility.h>
  46. #include <proto/gadtools.h>
  47. #include <proto/dos.h>
  48. #include <proto/iffparse.h>
  49. #include <proto/asl.h>
  50.  
  51.  
  52.