home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / protos / all.h next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  1.2 KB  |  45 lines

  1. #ifndef PROTO_ALL_H
  2. #define PROTO_ALL_H
  3. #include <exec/types.h>
  4.  
  5. //#include <proto/amigaguide.h>
  6. #include <proto/asl.h>
  7. //#include <proto/battclock.h>
  8. //#include <proto/battmem.h>
  9. //#include <proto/bullet.h>
  10. //#include <proto/colorwheel.h>
  11. //#include <proto/commodities.h>
  12. #include <proto/console.h>
  13. //#include <proto/disk.h>
  14. #include <proto/diskfont.h>
  15. #include <proto/dos.h>
  16. #include <proto/exec.h>
  17. //#include <proto/expansion.h>
  18. #include <proto/gadtools.h>
  19. #include <proto/graphics.h>
  20. #include <proto/icon.h>
  21. //#include <proto/iffparse.h>
  22. #include <proto/input.h>
  23. #include <proto/intuition.h>
  24. #include <proto/keymap.h>
  25. #include <proto/layers.h>
  26. #include <proto/locale.h>
  27. //#include <proto/lowlevel.h>
  28. #include <proto/mathffp.h>
  29. //#include <proto/mathieeedoubbas.h>
  30. //#include <proto/mathieeedoubtrans.h>
  31. #include <proto/mathieeesingbas.h>
  32. #include <proto/mathieeesingtrans.h>
  33. #include <proto/mathtrans.h>
  34. //#include <proto/misc.h>
  35. //#include <proto/nonvolatile.h>
  36. //#include <proto/potgo.h>
  37. //#include <proto/ramdrive.h>
  38. //#include <proto/realtime.h>
  39. #include <proto/rexxsyslib.h>
  40. #include <proto/timer.h>
  41. //#include <proto/translator.h>
  42. #include <proto/utility.h>
  43. #include <proto/wb.h>
  44. #endif
  45.