home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / pOSxA.lzx / pOSxA / graphics / monitor.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-12  |  457 b   |  22 lines

  1. #ifndef    GRAPHICS_MONITOR_H
  2. #define    GRAPHICS_MONITOR_H
  3.  
  4. /*******************************************************************
  5.  pOS / Amiga adapt
  6. *******************************************************************/
  7.  
  8. #ifndef EXEC_TYPES_H
  9. #include <exec/types.h>
  10. #endif
  11. #ifndef    EXEC_SEMAPHORES_H
  12. #include <exec/semaphores.h>
  13. #endif
  14. #ifndef    GRAPHICS_GFXNODES_H
  15. #include <graphics/gfxnodes.h>
  16. #endif
  17. #ifndef    GRAPHICS_GFX_H
  18. #include <graphics/gfx.h>
  19. #endif
  20.  
  21. #endif
  22.