home *** CD-ROM | disk | FTP | other *** search
- #ifndef LOCSTRINGS_H
- #define LOCSTRINGS_H
-
-
- /****************************************************************************/
-
-
- /* This file was created automatically by CatComp.
- * Do NOT edit by hand!
- */
-
-
- #ifndef EXEC_TYPES_H
- #include <exec/types.h>
- #endif
-
- #ifdef CATCOMP_ARRAY
- #undef CATCOMP_NUMBERS
- #undef CATCOMP_STRINGS
- #define CATCOMP_NUMBERS
- #define CATCOMP_STRINGS
- #endif
-
- #ifdef CATCOMP_BLOCK
- #undef CATCOMP_STRINGS
- #define CATCOMP_STRINGS
- #endif
-
-
- /****************************************************************************/
-
-
- #ifdef CATCOMP_NUMBERS
-
- #define MSG_SCREENTITLE 0
- #define MSG_SCREENTITLESC 1
- #define MSG_PREFSTITLE 2
- #define MSG_PREFSTITLESC 3
- #define MSG_ABOUTTITLE 4
- #define MSG_ABOUTTITLESC 5
- #define MSG_ABOUT_REQ 6
- #define MSG_ABOUTSC_REQ 7
- #define MSG_REQTITLE 8
- #define MSG_REQGADS 9
- #define MSG_REQGADS2 10
- #define MSG_REQGADS3 11
- #define MSG_REQGADS4 12
- #define MSG_REQGADS5 13
- #define MSG_SCREENHAIL 14
- #define MSG_DIRHAIL 15
- #define MSG_D64HAIL 16
- #define MSG_PREFSHAIL 17
- #define MSG_NO68020 32
- #define MSG_NOMEM 33
- #define MSG_NOSCREEN 34
- #define MSG_NOKERNAL 35
- #define MSG_NOBASIC 36
- #define MSG_NOCHAR 37
- #define MSG_NOPARPORT 38
- #define MSG_NOTIMER 39
- #define MSG_ILLEGALOP 64
- #define MSG_JUMPTOIO 65
- #define MSG_UNSUPFLOPPYCMD 128
- #define MSG_OK_GAD 256
- #define MSG_SAVE_GAD 257
- #define MSG_CANCEL_GAD 258
- #define MSG_JOYSTICK1ON_GAD 259
- #define MSG_JOYSTICK2ON_GAD 260
- #define MSG_JOYSTICKSWAP_GAD 261
- #define MSG_GETDISPLAYID_GAD 262
- #define MSG_DISPLAYID_GAD 263
- #define MSG_SCREENTYPE_GAD 264
- #define MSG_NORMALCYCLES_GAD 265
- #define MSG_BADLINECYCLES_GAD 266
- #define MSG_CIACYCLES_GAD 267
- #define MSG_DIR8_GAD 268
- #define MSG_DIR9_GAD 269
- #define MSG_DIR10_GAD 270
- #define MSG_DIR11_GAD 271
- #define MSG_SIDTYPE_GAD 272
- #define MSG_OTHERIEC_GAD 273
- #define MSG_KEYBOARDYZ_GAD 274
- #define MSG_COLLISIONS_GAD 275
- #define MSG_MAPSLASH_GAD 276
- #define MSG_FASTRESET_GAD 277
- #define MSG_SKIPLATCH_GAD 278
- #define MSG_LIMITSPEED_GAD 279
- #define MSG_DIRECTVIDEO_GAD 280
- #define MSG_PROJECT_MENU 384
- #define MSG_OPEN_MENU 385
- #define MSG_SAVE_MENU 386
- #define MSG_SAVEAS_MENU 387
- #define MSG_ABOUT_MENU 388
- #define MSG_ABOUTSC_MENU 389
- #define MSG_OK_MENU 390
- #define MSG_CANCEL_MENU 391
- #define MSG_EMULATION_MENU 512
- #define MSG_SETTINGS_MENU 513
- #define MSG_SAM_MENU 514
- #define MSG_QUIT_MENU 515
-
- #endif /* CATCOMP_NUMBERS */
-
-
- /****************************************************************************/
-
-
- struct LocaleInfo
- {
- APTR li_LocaleBase;
- APTR li_Catalog;
- };
-
-
-
- #endif /* LOCSTRINGS_H */
-