/****************************************************************
   This file was created automatically by `FlexCat 1.5'
   from "lupe.cd".

   Do NOT edit by hand!
****************************************************************/

#ifndef lupe_CAT_H
#define lupe_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 OpenlupeCatalog(struct Locale *, STRPTR);
extern void CloselupeCatalog(void);
extern char *GetString(int);

/*  Definitions */
#define TXT_PROJECT 0
#define TXT_JUMP 1
#define KEY_JUMP 2
#define TXT_JUMPTOSCREEN 3
#define TXT_JUMPTOACTIVESCREEN 4
#define KEY_JUMPTOACTIVESCREEN 5
#define TXT_SAVEIFF 6
#define KEY_SAVEIFF 7
#define TXT_ENABLE 8
#define KEY_ENABLE 9
#define TXT_FIXED 10
#define KEY_FIXED 11
#define TXT_FAST 12
#define KEY_FAST 13
#define TXT_COORDINATES 14
#define KEY_COORDINATES 15
#define TXT_CROSSHAIR 16
#define KEY_CROSSHAIR 17
#define TXT_GRID 18
#define KEY_GRID 19
#define TXT_SHOWRGB 20
#define KEY_SHOWRGB 21
#define TXT_ABOUT 22
#define KEY_ABOUT 23
#define TXT_ICONIFYONCLOSE 24
#define KEY_ICONIFYONCLOSE 25
#define TXT_ICONIFY 26
#define KEY_ICONIFY 27
#define TXT_QUIT 28
#define KEY_QUIT 29
#define TXT_DESCRIPTION 30
#define TXT_ERROR 31
#define TXT_ERROR_NOOTHERSCREEN 32
#define TXT_ERROR_LOCKPUBSCREEN 33
#define TXT_ERROR_VISUALINFO 34
#define TXT_ERROR_GRIDMASK 35
#define TXT_ERROR_CYBERPIXELARRAY 36
#define TXT_ERROR_DESTBMP 37
#define TXT_ERROR_SOURCEBMP 38
#define TXT_ERROR_SCREENMENUITEM 39
#define TXT_ERROR_SCREENMENU 40
#define TXT_ERROR_LAYOUTMENU 41
#define TXT_ERROR_ALLOCBITMAPSAVE 42
#define TXT_ERROR_CREATE 43
#define TXT_ERROR_LOCK 44
#define TXT_ERROR_SIGNAL 45
#define TXT_ERROR_FONT 46
#define TXT_ERROR_LIBRARY 47
#define TXT_ERROR_WINDOW 48
#define TXT_ERROR_PROPGADGET 49
#define TXT_ERROR_MENU 50
#define TXT_ERROR_HOTKEY 51
#define TXT_ERROR_COMMODITYCUSTOM 52
#define TXT_ERROR_COMMODITYBROKER 53
#define TXT_ERROR_COMMODITYMP 54
#define TXT_UNNAMED 55
#define TXT_NOOTHERSCREEN 56
#define TXT_ABOUT_WRITTENBY 57
#define TXT_ABOUT_PD 58
#define TXT_OK 59

#endif /*   !lupe_CAT_H  */
