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

#ifndef XModule_CAT_H
#define XModule_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 */


/* Message Definitions */
#define MSG_OK (0)
#define MSG_YES_OR_NO (1)
#define MSG_RETRY_OR_CANCEL (2)
#define MSG_CONTINUE (3)
#define MSG_NO_FREE_STORE (4)
#define MSG_BREAK (5)
#define MSG_ERR_LOAD (6)
#define MSG_CANT_OPEN (7)
#define MSG_ERROR_READING (8)
#define MSG_ERROR_WRITING (9)
#define MSG_DECRUNCHING (10)
#define MSG_NOTHING_IN_ARC (11)
#define MSG_CANT_LOAD_COMPRESSED (12)
#define MSG_ERROR_DECOMPRESSING (13)
#define MSG_BAD_HOTKEY (14)
#define MSG_READING_PATTS (15)
#define MSG_READING_INSTS_INFO (16)
#define MSG_READING_INSTS (17)
#define MSG_ERR_CANT_LOAD_PATT (18)
#define MSG_ERR_CANT_LOAD_INST (19)
#define MSG_ERR_NO_MEM_FOR_INST (20)
#define MSG_ERR_NOT_A_SAMPLE (21)
#define MSG_SONG_TOO_LONG (22)
#define MSG_SONG_HAS_TOO_MANY_PATT (23)
#define MSG_PATT_TOO_MANY_TRACKS (24)
#define MSG_PATT_TOO_MANY_LINES (25)
#define MSG_INVALID_NOTE (26)
#define MSG_UNKNOWN_EFF (27)
#define MSG_EXTRA_DATA_AFTER_MOD (28)
#define MSG_WRITING_HEADER (29)
#define MSG_WRITING_PATTS (30)
#define MSG_WRITING_INSTS (31)
#define MSG_WRITING_INSTINFO (32)
#define MSG_WRITING_INSTDATA (33)
#define MSG_NOTE_TOO_LOW (34)
#define MSG_NOTE_TOO_HIGH (35)
#define MSG_NO_MEM_TO_HALVE (36)
#define MSG_INSTR_TOO_LONG (37)
#define MSG_READING_MMD (38)
#define MSG_WRITING_MMD (39)
#define MSG_UNSUPPORTED_MMD_FORMAT (40)
#define MSG_WRONG_EFFECT_IN_MMD0 (41)
#define MSG_READING_OKTALYZER (42)
#define MSG_WRITING_OKTALYZER (43)
#define MSG_READING_S3M (44)
#define MSG_ADLIB_INSTR (45)
#define MSG_TRACK_OUT_OF_RANGE (46)
#define MSG_UNKNOWN_SAMPLE_COMPRESSION (47)
#define MSG_INST_IS_STEREO (48)
#define MSG_INST_IS_16BIT (49)
#define MSG_READING_TYPE_MODULE (50)
#define MSG_EXCEEDS_64_PATTS (51)
#define MSG_READING_TYPE_MODULE_CHN (52)
#define MSG_SONG_HAS_NO_INSTS (53)
#define MSG_SAVING_TRACKER (54)
#define MSG_SAVING_TAKETRACKER (55)
#define MSG_EXCEEDS_MAXPAATTS (56)
#define MSG_PATT_WILL_GROW (57)
#define MSG_SPLITTING_PATT (58)
#define MSG_SOME_PATTS_NOT_SAVED (59)
#define MSG_CHOOSING_CHANNELS (60)
#define MSG_WRITING_MIDI_TRACKS (61)
#define MSG_TOO_MANY_CHANNELS (62)
#define MSG_REALLY_QUIT_XMODULE (63)
#define MSG_CLOSE_ALL_WINDOWS (64)
#define MSG_UNKNOWN_IFF (65)
#define MSG_ILLEGAL_IFF_STRUCTURE (66)
#define MSG_SELECT_RAW_MODE (67)
#define MSG_RAW_MODES (68)
#define MSG_DATATYPES_ERROR (69)
#define MSG_UNKNOWN_COMPRESSION (70)
#define MSG_SAMPLE_WRONG_SIZE (71)
#define MSG_SAMPLE_NOT_MONO (72)
#define MSG_SAMPLE_WRONG_NUMBER_OF_CHANNELS (73)
#define MSG_NO_MEMORY_TO_OPTIMIZE_INSTR (74)
#define MSG_INSTR_WILL_SHRINK (75)
#define MSG_INSTR_DUPES_REMOVED (76)
#define MSG_INSTR_UNUSED (77)
#define MSG_OPENLIB_FAIL (78)
#define MSG_CANT_INSERT_PATT (79)
#define MSG_PATT_UNUSED (80)
#define MSG_PATT_CUT (81)
#define MSG_PATT_DUPE (82)
#define MSG_SONG_LEN_DIFFERENT (83)
#define MSG_PATT_LEN_DIFFERENT (84)
#define MSG_ERR_INSTR_BEYOND_LIMIT (85)
#define MSG_TRY_INSTR_REMAP (86)
#define MSG_BAD_PREFS_VERSION (87)
#define MSG_XMODULE_REQUEST (88)
#define MSG_CLONE_WB (89)
#define MSG_CLOSE_FILEREQUESTER (90)
#define MSG_SELECT_MODULES (91)
#define MSG_SELECT_INSTRUMENTS (92)
#define MSG_SELECT_PATTERN (93)
#define MSG_SAVE_MODULE (94)
#define MSG_SAVE_INSTRUMENT (95)
#define MSG_SAVE_PATTERN (96)
#define MSG_FILE_EXISTS (97)
#define MSG_OVERWRITE (98)
#define MSG_UNESPECTED_EOF (99)
#define MSG_MODULE_LOADED_OK (100)
#define MSG_MODULE_SAVED_OK (101)
#define MSG_UNKNOWN_SAVE_FORMAT (102)
#define MSG_INVALID_LOOP_REMOVED (103)
#define MSG_INVALID_LOOP_FIXED (104)
#define MSG_SONG_HAS_NO_PATTS (105)
#define MSG_SONG_HAS_NO_SEQ (106)
#define MSG_INVALID_SONG_POS (107)
#define MSG_UNKNOWN_MOD_FORMAT (108)
#define MSG_SOUND_PRO_CANCEL (109)
#define MSG_AUTHOR_UNKNOWN (110)
#define MSG_SONG_UNTITLED (111)
#define MSG_AMIGAGUIDE_ERROR (112)
#define MSG_PATT_TOO_LONG (113)
#define MSG_PLAYER_INIT_ERR (114)
#define MSG_CANT_OPEN_PLAYER (115)
#define MSG_PERCENT_DONE (116)
#define MSG_JOIN_REQUIRES_TWO_SONGS (117)
#define MSG_MERGE_REQUIRES_TWO_SONGS (118)
#define MSG_DISCARD_CURRENT_SONG (119)
#define MSG_ABOUT_TEXT (120)
#define MSG_DEFAULT (121)
#define MSG_DISABLED (122)
#define MSG_SAVED_X_BYTES (123)

/* Strings Definitions */
#define STR(x) (AppStrings[x])


#endif /*   !XModule_CAT_H  */
