home *** CD-ROM | disk | FTP | other *** search
- #ifndef FreedomExplorer_CAT_H
- #define FreedomExplorer_CAT_H
-
- #include <exec/types.h>
- #include <libraries/locale.h>
-
- /* Prototypes */
- extern void OpenAppCatalog(struct Locale *, STRPTR);
- extern void CloseAppCatalog(void);
- extern char *Get_String(APTR);
-
- /* Definitions */
- extern const APTR _MSG_AppDescription;
- #define MSG_AppDescription ((APTR) &_MSG_AppDescription)
- extern const APTR _MSG_AppCopyright;
- #define MSG_AppCopyright ((APTR) &_MSG_AppCopyright)
- extern const APTR _MSG_JanelaPrincipal;
- #define MSG_JanelaPrincipal ((APTR) &_MSG_JanelaPrincipal)
- extern const APTR _MSG_MNlabel1Project;
- #define MSG_MNlabel1Project ((APTR) &_MSG_MNlabel1Project)
- extern const APTR _MSG_MNlabel1About;
- #define MSG_MNlabel1About ((APTR) &_MSG_MNlabel1About)
- extern const APTR _MSG_MNlabel1AboutChar;
- #define MSG_MNlabel1AboutChar ((APTR) &_MSG_MNlabel1AboutChar)
- extern const APTR _MSG_MNlabel1AboutMUI;
- #define MSG_MNlabel1AboutMUI ((APTR) &_MSG_MNlabel1AboutMUI)
- extern const APTR _MSG_MNlabel1AboutMUIChar;
- #define MSG_MNlabel1AboutMUIChar ((APTR) &_MSG_MNlabel1AboutMUIChar)
- extern const APTR _MSG_MNlabel1BarLabel0;
- #define MSG_MNlabel1BarLabel0 ((APTR) &_MSG_MNlabel1BarLabel0)
- extern const APTR _MSG_MNlabel1Iconified;
- #define MSG_MNlabel1Iconified ((APTR) &_MSG_MNlabel1Iconified)
- extern const APTR _MSG_MNlabel1IconifiedChar;
- #define MSG_MNlabel1IconifiedChar ((APTR) &_MSG_MNlabel1IconifiedChar)
- extern const APTR _MSG_MNlabel1Exit;
- #define MSG_MNlabel1Exit ((APTR) &_MSG_MNlabel1Exit)
- extern const APTR _MSG_MNlabel1ExitChar;
- #define MSG_MNlabel1ExitChar ((APTR) &_MSG_MNlabel1ExitChar)
- extern const APTR _MSG_MNlabel1Settings;
- #define MSG_MNlabel1Settings ((APTR) &_MSG_MNlabel1Settings)
- extern const APTR _MSG_MNlabel1LoadConfiguration;
- #define MSG_MNlabel1LoadConfiguration ((APTR) &_MSG_MNlabel1LoadConfiguration)
- extern const APTR _MSG_MNlabel1LoadConfigurationChar;
- #define MSG_MNlabel1LoadConfigurationChar ((APTR) &_MSG_MNlabel1LoadConfigurationChar)
- extern const APTR _MSG_LabelPrincipal;
- #define MSG_LabelPrincipal ((APTR) &_MSG_LabelPrincipal)
- extern const APTR _MSG_LabelConnectTitle;
- #define MSG_LabelConnectTitle ((APTR) &_MSG_LabelConnectTitle)
- extern const APTR _MSG_LabelOnlineTitle;
- #define MSG_LabelOnlineTitle ((APTR) &_MSG_LabelOnlineTitle)
- extern const APTR _MSG_LabelCostTitle;
- #define MSG_LabelCostTitle ((APTR) &_MSG_LabelCostTitle)
- extern const APTR _MSG_LabelStatusCallTitle;
- #define MSG_LabelStatusCallTitle ((APTR) &_MSG_LabelStatusCallTitle)
- extern const APTR _MSG_LabelStatusCall;
- #define MSG_LabelStatusCall ((APTR) &_MSG_LabelStatusCall)
- extern const APTR _MSG_BotaoExit;
- #define MSG_BotaoExit ((APTR) &_MSG_BotaoExit)
- extern const APTR _MSG_BotaoIconified;
- #define MSG_BotaoIconified ((APTR) &_MSG_BotaoIconified)
- extern const APTR _MSG_BotaoUpdate;
- #define MSG_BotaoUpdate ((APTR) &_MSG_BotaoUpdate)
- extern const APTR _MSG_JanelaMsg;
- #define MSG_JanelaMsg ((APTR) &_MSG_JanelaMsg)
- extern const APTR _MSG_Msg01;
- #define MSG_Msg01 ((APTR) &_MSG_Msg01)
- extern const APTR _MSG_Msg02;
- #define MSG_Msg02 ((APTR) &_MSG_Msg02)
- extern const APTR _MSG_Msg03;
- #define MSG_Msg03 ((APTR) &_MSG_Msg03)
- extern const APTR _MSG_Msg04;
- #define MSG_Msg04 ((APTR) &_MSG_Msg04)
- extern const APTR _MSG_Msg05;
- #define MSG_Msg05 ((APTR) &_MSG_Msg05)
- extern const APTR _MSG_Msg06;
- #define MSG_Msg06 ((APTR) &_MSG_Msg06)
- extern const APTR _MSG_Msg07;
- #define MSG_Msg07 ((APTR) &_MSG_Msg07)
- extern const APTR _MSG_JanelaAbout;
- #define MSG_JanelaAbout ((APTR) &_MSG_JanelaAbout)
- extern const APTR _MSG_AboutBotaoOk;
- #define MSG_AboutBotaoOk ((APTR) &_MSG_AboutBotaoOk)
-
- #endif /* !FreedomExplorer_CAT_H */
-