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

#ifndef Small_Example_CAT_H
#define Small_Example_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 OpenSmall_ExampleCatalog(struct Locale *, STRPTR);
extern void CloseSmall_ExampleCatalog(void);
extern STRPTR GetSmall_ExampleString(LONG);

/*  Definitions */
#define MSG_AppDescription 0
#define MSG_WI_smallExample 1
#define MSG_GR_lists 2
#define MSG_BT_ok 3
#define MSG_BT_cancel 4

#endif /*   !Small_Example_CAT_H  */
