home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / cdrom / compactplayer / source / compactplayer_cat.h < prev    next >
C/C++ Source or Header  |  1995-12-28  |  3KB  |  86 lines

  1. /****************************************************************
  2.    This file was created automatically by `FlexCat 1.5'
  3.    from "CompactPlayer.cd".
  4.  
  5.    Do NOT edit by hand!
  6. ****************************************************************/
  7.  
  8. #ifndef CompactPlayer_CAT_H
  9. #define CompactPlayer_CAT_H
  10.  
  11.  
  12. #ifndef EXEC_TYPES_H
  13. #include <exec/types.h>
  14. #endif    /*  !EXEC_TYPES_H        */
  15. #ifndef LIBRARIES_LOCALE_H
  16. #include <libraries/locale.h>
  17. #endif    /*  !LIBRARIES_LOCALE_H     */
  18.  
  19.  
  20. /*  Prototypes    */
  21. extern void OpenCompactPlayerCatalog(struct Locale *, STRPTR);
  22. extern void CloseCompactPlayerCatalog(void);
  23. extern STRPTR GetCompactPlayerString(APTR);
  24.  
  25. /*  Definitions */
  26. extern const APTR _CDPANEL_FAIL;
  27. #define CDPANEL_FAIL ((APTR) &_CDPANEL_FAIL)
  28. extern const APTR _TIMER_FAIL;
  29. #define TIMER_FAIL ((APTR) &_TIMER_FAIL)
  30. extern const APTR _DEVICE_FAIL;
  31. #define DEVICE_FAIL ((APTR) &_DEVICE_FAIL)
  32. extern const APTR _TRACK_NUM;
  33. #define TRACK_NUM ((APTR) &_TRACK_NUM)
  34. extern const APTR _UNKNOWN_ARTIST;
  35. #define UNKNOWN_ARTIST ((APTR) &_UNKNOWN_ARTIST)
  36. extern const APTR _UNKNOWN_TITLE;
  37. #define UNKNOWN_TITLE ((APTR) &_UNKNOWN_TITLE)
  38. extern const APTR _ERROR_TITLE;
  39. #define ERROR_TITLE ((APTR) &_ERROR_TITLE)
  40. extern const APTR _ERROR_BUTTON;
  41. #define ERROR_BUTTON ((APTR) &_ERROR_BUTTON)
  42. extern const APTR _DEVICE_INCOMPATIBLE;
  43. #define DEVICE_INCOMPATIBLE ((APTR) &_DEVICE_INCOMPATIBLE)
  44. extern const APTR _PLEASE_WAIT;
  45. #define PLEASE_WAIT ((APTR) &_PLEASE_WAIT)
  46. extern const APTR _ERROR;
  47. #define ERROR ((APTR) &_ERROR)
  48. extern const APTR _CONFIGURATION;
  49. #define CONFIGURATION ((APTR) &_CONFIGURATION)
  50. extern const APTR _B_USE_THIS;
  51. #define B_USE_THIS ((APTR) &_B_USE_THIS)
  52. extern const APTR _TITLE_COPYRIGHT;
  53. #define TITLE_COPYRIGHT ((APTR) &_TITLE_COPYRIGHT)
  54. extern const APTR _GUI_FAIL;
  55. #define GUI_FAIL ((APTR) &_GUI_FAIL)
  56. extern const APTR _STR_ARTIST;
  57. #define STR_ARTIST ((APTR) &_STR_ARTIST)
  58. extern const APTR _STR_TITLE;
  59. #define STR_TITLE ((APTR) &_STR_TITLE)
  60. extern const APTR _SAVE_TITLES;
  61. #define SAVE_TITLES ((APTR) &_SAVE_TITLES)
  62. extern const APTR _TITLE_EDITOR;
  63. #define TITLE_EDITOR ((APTR) &_TITLE_EDITOR)
  64. extern const APTR _MENU_PROJECT;
  65. #define MENU_PROJECT ((APTR) &_MENU_PROJECT)
  66. extern const APTR _MENU_DEVICE;
  67. #define MENU_DEVICE ((APTR) &_MENU_DEVICE)
  68. extern const APTR _MENU_TITLES;
  69. #define MENU_TITLES ((APTR) &_MENU_TITLES)
  70. extern const APTR _MENU_ICONIFY;
  71. #define MENU_ICONIFY ((APTR) &_MENU_ICONIFY)
  72. extern const APTR _MENU_QUIT;
  73. #define MENU_QUIT ((APTR) &_MENU_QUIT)
  74. extern const APTR _B_TITLES;
  75. #define B_TITLES ((APTR) &_B_TITLES)
  76. extern const APTR _B_PROGR;
  77. #define B_PROGR ((APTR) &_B_PROGR)
  78. extern const APTR _COMPACTPLAYER;
  79. #define COMPACTPLAYER ((APTR) &_COMPACTPLAYER)
  80. extern const APTR _FONTS_FAIL;
  81. #define FONTS_FAIL ((APTR) &_FONTS_FAIL)
  82. extern const APTR _SCSI_FAIL;
  83. #define SCSI_FAIL ((APTR) &_SCSI_FAIL)
  84.  
  85. #endif /*   !CompactPlayer_CAT_H  */
  86.