home *** CD-ROM | disk | FTP | other *** search
/ Aminet 10 / aminetcdnumber101996.iso / Aminet / misc / emu / Frodo.lha / Frodo / src / LocStrings.h < prev    next >
C/C++ Source or Header  |  1995-12-07  |  3KB  |  117 lines

  1. #ifndef LOCSTRINGS_H
  2. #define LOCSTRINGS_H
  3.  
  4.  
  5. /****************************************************************************/
  6.  
  7.  
  8. /* This file was created automatically by CatComp.
  9.  * Do NOT edit by hand!
  10.  */
  11.  
  12.  
  13. #ifndef EXEC_TYPES_H
  14. #include <exec/types.h>
  15. #endif
  16.  
  17. #ifdef CATCOMP_ARRAY
  18. #undef CATCOMP_NUMBERS
  19. #undef CATCOMP_STRINGS
  20. #define CATCOMP_NUMBERS
  21. #define CATCOMP_STRINGS
  22. #endif
  23.  
  24. #ifdef CATCOMP_BLOCK
  25. #undef CATCOMP_STRINGS
  26. #define CATCOMP_STRINGS
  27. #endif
  28.  
  29.  
  30. /****************************************************************************/
  31.  
  32.  
  33. #ifdef CATCOMP_NUMBERS
  34.  
  35. #define MSG_SCREENTITLE 0
  36. #define MSG_SCREENTITLESC 1
  37. #define MSG_PREFSTITLE 2
  38. #define MSG_PREFSTITLESC 3
  39. #define MSG_ABOUTTITLE 4
  40. #define MSG_ABOUTTITLESC 5
  41. #define MSG_ABOUT_REQ 6
  42. #define MSG_ABOUTSC_REQ 7
  43. #define MSG_REQTITLE 8
  44. #define MSG_REQGADS 9
  45. #define MSG_REQGADS2 10
  46. #define MSG_REQGADS3 11
  47. #define MSG_REQGADS4 12
  48. #define MSG_REQGADS5 13
  49. #define MSG_SCREENHAIL 14
  50. #define MSG_DIRHAIL 15
  51. #define MSG_D64HAIL 16
  52. #define MSG_PREFSHAIL 17
  53. #define MSG_NO68020 32
  54. #define MSG_NOMEM 33
  55. #define MSG_NOSCREEN 34
  56. #define MSG_NOKERNAL 35
  57. #define MSG_NOBASIC 36
  58. #define MSG_NOCHAR 37
  59. #define MSG_NOPARPORT 38
  60. #define MSG_NOTIMER 39
  61. #define MSG_ILLEGALOP 64
  62. #define MSG_JUMPTOIO 65
  63. #define MSG_UNSUPFLOPPYCMD 128
  64. #define MSG_OK_GAD 256
  65. #define MSG_SAVE_GAD 257
  66. #define MSG_CANCEL_GAD 258
  67. #define MSG_JOYSTICK1ON_GAD 259
  68. #define MSG_JOYSTICK2ON_GAD 260
  69. #define MSG_JOYSTICKSWAP_GAD 261
  70. #define MSG_GETDISPLAYID_GAD 262
  71. #define MSG_DISPLAYID_GAD 263
  72. #define MSG_SCREENTYPE_GAD 264
  73. #define MSG_NORMALCYCLES_GAD 265
  74. #define MSG_BADLINECYCLES_GAD 266
  75. #define MSG_CIACYCLES_GAD 267
  76. #define MSG_DIR8_GAD 268
  77. #define MSG_DIR9_GAD 269
  78. #define MSG_DIR10_GAD 270
  79. #define MSG_DIR11_GAD 271
  80. #define MSG_SIDTYPE_GAD 272
  81. #define MSG_OTHERIEC_GAD 273
  82. #define MSG_KEYBOARDYZ_GAD 274
  83. #define MSG_COLLISIONS_GAD 275
  84. #define MSG_MAPSLASH_GAD 276
  85. #define MSG_FASTRESET_GAD 277
  86. #define MSG_SKIPLATCH_GAD 278
  87. #define MSG_LIMITSPEED_GAD 279
  88. #define MSG_DIRECTVIDEO_GAD 280
  89. #define MSG_PROJECT_MENU 384
  90. #define MSG_OPEN_MENU 385
  91. #define MSG_SAVE_MENU 386
  92. #define MSG_SAVEAS_MENU 387
  93. #define MSG_ABOUT_MENU 388
  94. #define MSG_ABOUTSC_MENU 389
  95. #define MSG_OK_MENU 390
  96. #define MSG_CANCEL_MENU 391
  97. #define MSG_EMULATION_MENU 512
  98. #define MSG_SETTINGS_MENU 513
  99. #define MSG_SAM_MENU 514
  100. #define MSG_QUIT_MENU 515
  101.  
  102. #endif /* CATCOMP_NUMBERS */
  103.  
  104.  
  105. /****************************************************************************/
  106.  
  107.  
  108. struct LocaleInfo
  109. {
  110.     APTR li_LocaleBase;
  111.     APTR li_Catalog;
  112. };
  113.  
  114.  
  115.  
  116. #endif /* LOCSTRINGS_H */
  117.