/****************************************************************
   This file was created automatically by `KitCat V1.1'
   Do NOT edit by hand!
****************************************************************/

#ifndef CAT_H
#define CAT_H


#ifndef EXEC_TYPES_H
#include <exec/types.h>
#endif  /*  !EXEC_TYPES_H           */
#ifndef LIBRARIES_LOCALE_H
#include <libraries/locale.h>
#endif  /*  !LIBRARIES_LOCALE_H     */


/*  Prototypes  */

extern void OpenFillInCatalog(struct Locale *, STRPTR);
extern void CloseFillInCatalog(void);
extern STRPTR GetFillInString(LONG);

#define MSG_win_fillout 0
#define MSG_win_fillout_STR "FillIn 1.2, © Dirk Holtwick, 1995-96"

#define MSG_bt_laden 1
#define MSG_bt_laden_STR "Laden"

#define MSG_bt_nochmal 2
#define MSG_bt_nochmal_STR "Nochmal"

#define MSG_bt_answer 3
#define MSG_bt_answer_STR "Antwort"

#define MSG_bt_info 4
#define MSG_bt_info_STR "Info"

#define MSG_tx_info 5
#define MSG_tx_info_STR "\n\33c\33bFillIn 1.2\33n\n\33i© Dirk Holtwick, 1995-96\nMUI © Stefan Stuntz, 1992-96\33n\n\nFülle die Lücken der Aufgabe aus.\nViel Erfolg!\n"

#define MSG_help 6
#define MSG_help_STR "docs/deutsch/fillin.guide"

#define MSG_req_end 7
#define MSG_req_end_STR "\33c\33b\nBravo\33n\nDu hast es geschafft!\n"


#define numFillInStrings 8
#define minFillInId 0
#define maxFillInId 7


#endif /*   !CAT_H  */
