home *** CD-ROM | disk | FTP | other *** search
/ Enigma Amiga Life 106 / EnigmaAmiga106CD.iso / software / sviluppo / ahisrc / device / localize.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-09-11  |  3.1 KB  |  93 lines

  1. /* $Id: localize.h,v 4.3 1999/09/11 22:02:29 lcs Exp $
  2. * $Log: localize.h,v $
  3. * Revision 4.3  1999/09/11 22:02:29  lcs
  4. * *** empty log message ***
  5. *
  6. * Revision 4.1  1997/04/02 22:29:53  lcs
  7. * Bumped to version 4
  8. *
  9. * Revision 1.1  1997/02/03 16:22:45  lcs
  10. * Initial revision
  11. *
  12. */
  13. /****************************************************************
  14.    This file was created automatically by `FlexCat 1.9'
  15.    from "./ahi.cd".
  16.  
  17.    Do NOT edit by hand!
  18. ****************************************************************/
  19.  
  20. #ifndef ahi_CAT_H
  21. #define ahi_CAT_H
  22.  
  23.  
  24. #ifndef EXEC_TYPES_H
  25. #include <exec/types.h>
  26. #endif    /*  !EXEC_TYPES_H        */
  27. #ifndef LIBRARIES_LOCALE_H
  28. #include <libraries/locale.h>
  29. #endif    /*  !LIBRARIES_LOCALE_H     */
  30.  
  31.  
  32. /*  Prototypes    */
  33. extern void OpenahiCatalog(struct Locale *, STRPTR);
  34. extern void CloseahiCatalog(void);
  35. extern STRPTR GetahiString(APTR);
  36.  
  37. extern struct Catalog * ExtOpenCatalog(struct Locale *, STRPTR);
  38. extern void ExtCloseCatalog(struct Catalog *);
  39. extern STRPTR GetString(APTR, struct Catalog *);
  40.  
  41.  
  42. /*  Definitions */
  43. extern const APTR _msgDefault;
  44. #define msgDefault ((APTR) &_msgDefault)
  45. extern const APTR _msgMenuControl;
  46. #define msgMenuControl ((APTR) &_msgMenuControl)
  47. extern const APTR _msgMenuLastMode;
  48. #define msgMenuLastMode ((APTR) &_msgMenuLastMode)
  49. extern const APTR _msgMenuNextMode;
  50. #define msgMenuNextMode ((APTR) &_msgMenuNextMode)
  51. extern const APTR _msgMenuPropertyList;
  52. #define msgMenuPropertyList ((APTR) &_msgMenuPropertyList)
  53. extern const APTR _msgMenuRestore;
  54. #define msgMenuRestore ((APTR) &_msgMenuRestore)
  55. extern const APTR _msgMenuOK;
  56. #define msgMenuOK ((APTR) &_msgMenuOK)
  57. extern const APTR _msgMenuCancel;
  58. #define msgMenuCancel ((APTR) &_msgMenuCancel)
  59. extern const APTR _msgUnknown;
  60. #define msgUnknown ((APTR) &_msgUnknown)
  61. extern const APTR _msgReqOK;
  62. #define msgReqOK ((APTR) &_msgReqOK)
  63. extern const APTR _msgReqCancel;
  64. #define msgReqCancel ((APTR) &_msgReqCancel)
  65. extern const APTR _msgReqFrequency;
  66. #define msgReqFrequency ((APTR) &_msgReqFrequency)
  67. extern const APTR _msgDefaultMode;
  68. #define msgDefaultMode ((APTR) &_msgDefaultMode)
  69. extern const APTR _msgReqInfoTitle;
  70. #define msgReqInfoTitle ((APTR) &_msgReqInfoTitle)
  71. extern const APTR _msgReqInfoAudioID;
  72. #define msgReqInfoAudioID ((APTR) &_msgReqInfoAudioID)
  73. extern const APTR _msgReqInfoResolution;
  74. #define msgReqInfoResolution ((APTR) &_msgReqInfoResolution)
  75. extern const APTR _msgReqInfoMono;
  76. #define msgReqInfoMono ((APTR) &_msgReqInfoMono)
  77. extern const APTR _msgReqInfoStereo;
  78. #define msgReqInfoStereo ((APTR) &_msgReqInfoStereo)
  79. extern const APTR _msgReqInfoStereoPan;
  80. #define msgReqInfoStereoPan ((APTR) &_msgReqInfoStereoPan)
  81. extern const APTR _msgReqInfoChannels;
  82. #define msgReqInfoChannels ((APTR) &_msgReqInfoChannels)
  83. extern const APTR _msgReqInfoMixrate;
  84. #define msgReqInfoMixrate ((APTR) &_msgReqInfoMixrate)
  85. extern const APTR _msgReqInfoHiFi;
  86. #define msgReqInfoHiFi ((APTR) &_msgReqInfoHiFi)
  87. extern const APTR _msgReqInfoRecordHalf;
  88. #define msgReqInfoRecordHalf ((APTR) &_msgReqInfoRecordHalf)
  89. extern const APTR _msgReqInfoRecordFull;
  90. #define msgReqInfoRecordFull ((APTR) &_msgReqInfoRecordFull)
  91.  
  92. #endif /*   !ahi_CAT_H  */
  93.