home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / Reference / DevCon / Washington_1988 / DevCon88.1 / JimmDemos / DemoSource / sysall.h < prev    next >
Encoding:
C/C++ Source or Header  |  1992-08-27  |  742 b   |  32 lines

  1. /** sysall.h -- include files for all of jimm's demos    **/
  2.  
  3. #include <exec/types.h>
  4. #include <exec/ports.h>
  5. #include <exec/io.h>
  6. #include <exec/interrupts.h>
  7. #include <exec/devices.h>
  8. #include <exec/memory.h>
  9. #include <exec/nodes.h>
  10. #include <exec/lists.h>
  11.  
  12. #include <hardware/intbits.h>
  13. #include <hardware/custom.h>
  14.  
  15. #include <graphics/gfxmacros.h>
  16. #include <graphics/view.h>
  17. #include <graphics/rastport.h>
  18. #include <graphics/copper.h>
  19. #include <graphics/gfxbase.h>
  20. #include <graphics/sprite.h>
  21.  
  22. #include <devices/input.h>
  23. #include <devices/inputevent.h>
  24.  
  25. #define INTUITIONPRIVATE 1            /* only used for unsupportable overscan    */
  26. #include <intuition/intuition.h>
  27. #include <intuition/intuitionbase.h>
  28.  
  29. #include <stdio.h>
  30. #include <functions.h>
  31.  
  32.