home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pclib / pOS_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-03-18  |  1.2 KB  |  55 lines

  1. #ifndef __INC_POS_CLIB_POS_PROTOS_H
  2. #define __INC_POS_CLIB_POS_PROTOS_H
  3. /*******************************************************************
  4.  Includes Release 24
  5.  (C) Copyright 1995-1997 proDAD
  6.      All Rights Reserved
  7. *******************************************************************/
  8.  
  9. #ifndef __cplusplus
  10.  
  11. #ifndef __INC_POS_PEXEC_CLASS_H
  12. #include <pExec/Class.h>
  13. #endif
  14. #ifndef __INC_POS_PDOS_DOSARGS_H
  15. #include <pDOS/DosArgs.h>
  16. #endif
  17. #ifndef __INC_POS_PDOS_DOSBASE_H
  18. #include <pDOS/DosBase.h>
  19. #endif
  20. #ifndef __INC_POS_PDOS_FIB_H
  21. #include <pDOS/FIB.h>
  22. #endif
  23. #ifndef __INC_POS_PDOS_FILES_H
  24. #include <pDOS/Files.h>
  25. #endif
  26. #ifndef __INC_POS_PDOS_LOCK_H
  27. #include <pDOS/Lock.h>
  28. #endif
  29. #ifndef __INC_POS_PDOS_PROCESS_H
  30. #include <pDOS/Process.h>
  31. #endif
  32. #ifndef __INC_POS_PSCREEN_SCREEN_H
  33. #include <pScreen/Screen.h>
  34. #endif
  35. #ifndef __INC_POS_PSCREEN_WINDOW_H
  36. #include <pScreen/Window.h>
  37. #endif
  38. #ifndef __INC_POS_PGFX_GFXBASE_H
  39. #include <pGFX/GFXBase.h>
  40. #endif
  41. #ifndef __INC_POS_PGFX_GFXMAP_H
  42. #include <pGFX/GfxMap.h>
  43. #endif
  44. #ifndef __INC_POS_PGFX_RASTPORT_H
  45. #include <pGFX/RastPort.h>
  46. #endif
  47.  
  48. #endif /* __cplusplus */
  49.  
  50. #ifndef __INC_POS_PROTO_PLIBEXT_H
  51. #include <proto/pLibExt.h>
  52. #endif
  53.  
  54. #endif
  55.