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

  1. #ifndef __INC_POS_CLIB_PGFX_PROTOS_H
  2. #define __INC_POS_CLIB_PGFX_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_PUTIL_TAGITEM_H
  12. #include <pUtil/TagItem.h>
  13. #endif
  14. #ifndef __INC_POS_PGFX_GFXBASE_H
  15. #include <pGFX/GFXBase.h>
  16. #endif
  17. #ifndef __INC_POS_PGFX_COLOR_H
  18. #include <pGFX/Color.h>
  19. #endif
  20. #ifndef __INC_POS_PGFX_COLOREX_H
  21. #include <pGFX/ColorEx.h>
  22. #endif
  23. #ifndef __INC_POS_PGFX_DISKFONT_H
  24. #include <pGFX/DiskFont.h>
  25. #endif
  26. #ifndef __INC_POS_PGFX_GFXEX_H
  27. #include <pGFX/GfxEx.h>
  28. #endif
  29. #ifndef __INC_POS_PGFX_GFXMAP_H
  30. #include <pGFX/GfxMap.h>
  31. #endif
  32. #ifndef __INC_POS_PGFX_MONDEV_H
  33. #include <pGFX/MonDev.h>
  34. #endif
  35. #ifndef __INC_POS_PGFX_MONFIB_H
  36. #include <pGFX/MonFIB.h>
  37. #endif
  38. #ifndef __INC_POS_PGFX_MONFILE_H
  39. #include <pGFX/MonFile.h>
  40. #endif
  41. #ifndef __INC_POS_PGFX_MONFORM_H
  42. #include <pGFX/MonForm.h>
  43. #endif
  44. #ifndef __INC_POS_PGFX_MONLOCK_H
  45. #include <pGFX/MonLock.h>
  46. #endif
  47. #ifndef __INC_POS_PGFX_RASTPORT_H
  48. #include <pGFX/RastPort.h>
  49. #endif
  50. #ifndef __INC_POS_PGFX_STDCMAP_H
  51. #include <pGFX/StdCMap.h>
  52. #endif
  53. #ifndef __INC_POS_PGFX_STDGMAP_H
  54. #include <pGFX/StdGMap.h>
  55. #endif
  56. #ifndef __INC_POS_PGFX_TEXT_H
  57. #include <pGFX/Text.h>
  58. #endif
  59. #ifndef __INC_POS_PGFX_VIEW_H
  60. #include <pGFX/View.h>
  61. #endif
  62. #ifndef __INC_POS_PDOS_PROCESS_H
  63. #include <pDOS/Process.h>
  64. #endif
  65.  
  66. #endif /* __cplusplus */
  67.  
  68. #include <proto/pGfx2.h>
  69.  
  70. #endif
  71.