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

  1. #ifndef __INC_POS_CLIB_PEXEC_PROTOS_H
  2. #define __INC_POS_CLIB_PEXEC_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_PEXEC_CALLBACK_H
  15. #include <pExec/CallBack.h>
  16. #endif
  17. #ifndef __INC_POS_PEXEC_CLASS_H
  18. #include <pExec/Class.h>
  19. #endif
  20. #ifndef __INC_POS_PEXEC_DEVICE_H
  21. #include <pExec/Device.h>
  22. #endif
  23. #ifndef __INC_POS_PEXEC_INTERUPT_H
  24. #include <pExec/Interupt.h>
  25. #endif
  26. #ifndef __INC_POS_PEXEC_LIBRARY_H
  27. #include <pExec/Library.h>
  28. #endif
  29. #ifndef __INC_POS_PEXEC_RAWDOFMT_H
  30. #include <pExec/RawDoFmt.h>
  31. #endif
  32. #ifndef __INC_POS_PEXEC_RESIDENT_H
  33. #include <pExec/Resident.h>
  34. #endif
  35. #ifndef __INC_POS_PEXEC_RESOURCE_H
  36. #include <pExec/Resource.h>
  37. #endif
  38. #ifndef __INC_POS_PEXEC_SEMA_H
  39. #include <pExec/Sema.h>
  40. #endif
  41. #ifndef __INC_POS_PEXEC_TASK_H
  42. #include <pExec/Task.h>
  43. #endif
  44.  
  45. #endif /* __cplusplus */
  46.  
  47. #include <proto/pExec2.h>
  48.  
  49. #endif
  50.