home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / DC-POS24.LZX / pOS / IncPOS.lzx / pclib / SGOS_protos.h < prev   
Encoding:
C/C++ Source or Header  |  1997-03-18  |  634 b   |  29 lines

  1. #ifndef __INC_POS_CLIB_SGOS_PROTOS_H
  2. #define __INC_POS_CLIB_SGOS_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_SGOS_SGOS_H
  12. #include <SGOS/SGOS.h>
  13. #endif
  14. #ifndef __INC_POS_PUTIL_TAGITEM_H
  15. #include <pUtil/TagItem.h>
  16. #endif
  17. #ifndef __INC_POS_PSCREEN_WINDOW_H
  18. #include <pScreen/Window.h>
  19. #endif
  20. #ifndef __INC_POS_PLAYER_RECT_H
  21. #include <pLayer/Rect.h>
  22. #endif
  23.  
  24. #endif /* __cplusplus */
  25.  
  26. #include <proto/SGOS2.h>
  27.  
  28. #endif
  29.