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

  1. #ifndef __INC_POS_CLIB_PINTUI_PROTOS_H
  2. #define __INC_POS_CLIB_PINTUI_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_PINTUI_EASYREQ_H
  12. #include <pIntui/EasyReq.h>
  13. #endif
  14. #ifndef __INC_POS_PINTUI_ICI_H
  15. #include <pIntui/ICI.h>
  16. #endif
  17. #ifndef __INC_POS_PINTUI_INTUBASE_H
  18. #include <pIntui/IntuBase.h>
  19. #endif
  20. #ifndef __INC_POS_PINTUI_INTUMSG_H
  21. #include <pIntui/IntuMsg.h>
  22. #endif
  23. #ifndef __INC_POS_PINTUI_INTUUNIT_H
  24. #include <pIntui/IntuUnit.h>
  25. #endif
  26. #ifndef __INC_POS_PINTUI_IOBJ_H
  27. #include <pIntui/IObj.h>
  28. #endif
  29. #ifndef __INC_POS_PSCREEN_DRAWINFO_H
  30. #include <pScreen/DrawInfo.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_PGADGET_GADGET_H
  39. #include <pGadget/Gadget.h>
  40. #endif
  41. #ifndef __INC_POS_PEXEC_CLASS_H
  42. #include <pExec/Class.h>
  43. #endif
  44.  
  45.  
  46. #endif /* __cplusplus */
  47.  
  48. #include <proto/pIntui2.h>
  49.  
  50. #endif
  51.