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

  1. #ifndef __INC_POS_CLIB_PLOCALE_PROTOS_H
  2. #define __INC_POS_CLIB_PLOCALE_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_LOCALE_CATALOG_H
  12. #include <pLocale/Catalog.h>
  13. #endif
  14. #ifndef __INC_POS_LOCALE_LANGBASE_H
  15. #include <pLocale/LangBase.h>
  16. #endif
  17. #ifndef __INC_POS_LOCALE_LOCALE_H
  18. #include <pLocale/Locale.h>
  19. #endif
  20. #ifndef __INC_POS_LOCALE_LOCBASE_H
  21. #include <pLocale/LocBase.h>
  22. #endif
  23. #ifndef __INC_POS_PUTIL_TAGITEM_H
  24. #include <pUtil/TagItem.h>
  25. #endif
  26. #ifndef __INC_POS_PEXEC_CALLBACK_H
  27. #include <pExec/CallBack.h>
  28. #endif
  29.  
  30. #endif /* __cplusplus */
  31.  
  32. #include <proto/pLocale2.h>
  33.  
  34. #endif
  35.