Main Page | Data Structures | Directories | File List | Data Fields | Globals

lctypes.h

Go to the documentation of this file.
00001 /* ---------------------------------------------------------------------- *
00002  * lctypes.h
00003  * This file is part of lincity.
00004  * Lincity is copyright (c) I J Peters 1995-1997, (c) Greg Sharp 1997-2001.
00005  * ---------------------------------------------------------------------- */
00006 #ifndef __lctypes_h__
00007 #define __lctypes_h__
00008 
00009 #define CST_GREEN       0
00010 #define CST_GREEN_G             "green.csi"
00011 /* H=horiz V=vertical LD=left down etc.   L= Live D=dead */
00012 #define CST_POWERL_H_L          1
00013 #define CST_POWERL_H_L_G        "powerlhl.csi"
00014 #define CST_POWERL_V_L          2
00015 #define CST_POWERL_V_L_G        "powerlvl.csi"
00016 #define CST_POWERL_LD_L         3
00017 #define CST_POWERL_LD_L_G       "powerlldl.csi"
00018 #define CST_POWERL_RD_L         4
00019 #define CST_POWERL_RD_L_G       "powerlrdl.csi"
00020 #define CST_POWERL_LU_L         5
00021 #define CST_POWERL_LU_L_G       "powerllul.csi"
00022 #define CST_POWERL_RU_L         6
00023 #define CST_POWERL_RU_L_G       "powerlrul.csi"
00024 #define CST_POWERL_LDU_L        7
00025 #define CST_POWERL_LDU_L_G      "powerlldul.csi"
00026 #define CST_POWERL_LDR_L        8
00027 #define CST_POWERL_LDR_L_G      "powerlldrl.csi"
00028 #define CST_POWERL_LUR_L        9
00029 #define CST_POWERL_LUR_L_G      "powerllurl.csi"
00030 #define CST_POWERL_UDR_L        10
00031 #define CST_POWERL_UDR_L_G      "powerludrl.csi"
00032 #define CST_POWERL_LUDR_L       11
00033 #define CST_POWERL_LUDR_L_G     "powerlludrl.csi"
00034 
00035 #define CST_POWERL_H_D          12
00036 #define CST_POWERL_H_D_G        "powerlhd.csi"
00037 #define CST_POWERL_V_D          13
00038 #define CST_POWERL_V_D_G        "powerlvd.csi"
00039 #define CST_POWERL_LD_D         14
00040 #define CST_POWERL_LD_D_G       "powerlldd.csi"
00041 #define CST_POWERL_RD_D         15
00042 #define CST_POWERL_RD_D_G       "powerlrdd.csi"
00043 #define CST_POWERL_LU_D         16
00044 #define CST_POWERL_LU_D_G       "powerllud.csi"
00045 #define CST_POWERL_RU_D         17
00046 #define CST_POWERL_RU_D_G       "powerlrud.csi"
00047 #define CST_POWERL_LDU_D        18
00048 #define CST_POWERL_LDU_D_G      "powerlldud.csi"
00049 #define CST_POWERL_LDR_D        19
00050 #define CST_POWERL_LDR_D_G      "powerlldrd.csi"
00051 #define CST_POWERL_LUR_D        20
00052 #define CST_POWERL_LUR_D_G      "powerllurd.csi"
00053 #define CST_POWERL_UDR_D        21
00054 #define CST_POWERL_UDR_D_G      "powerludrd.csi"
00055 #define CST_POWERL_LUDR_D       22
00056 #define CST_POWERL_LUDR_D_G     "powerlludrd.csi"
00057 
00058 #define CST_SHANTY              23
00059 #define CST_SHANTY_G            "shanty.csi"
00060 
00061 /* move this to number 1 or 255 or something. OK here for now. */
00062 #define CST_USED                39
00063 
00064 #define CST_POWERS_SOLAR        40
00065 #define CST_POWERS_SOLAR_G      "powerssolar.csi"
00066 
00067 #define CST_POWERS_COAL_EMPTY   41
00068 #define CST_POWERS_COAL_EMPTY_G "powerscoal-empty.csi"
00069 #define CST_POWERS_COAL_LOW     42
00070 #define CST_POWERS_COAL_LOW_G   "powerscoal-low.csi"
00071 #define CST_POWERS_COAL_MED     43
00072 #define CST_POWERS_COAL_MED_G   "powerscoal-med.csi"
00073 #define CST_POWERS_COAL_FULL    44
00074 #define CST_POWERS_COAL_FULL_G  "powerscoal-full.csi"
00075 
00076 
00077 #define CST_BURNT               49
00078 #define CST_BURNT_G             "burnt_land.csi"
00079 
00080 #define CST_SUBSTATION_R        50
00081 #define CST_SUBSTATION_R_G      "substation-R.csi"
00082 #define CST_SUBSTATION_G        51
00083 #define CST_SUBSTATION_G_G      "substation-G.csi"
00084 #define CST_SUBSTATION_RG       52
00085 #define CST_SUBSTATION_RG_G     "substation-RG.csi"
00086 
00087 #define CST_UNIVERSITY          53
00088 #define CST_UNIVERSITY_G        "university.csi"
00089 
00090 #define CST_RESIDENCE_LL        61
00091 #define CST_RESIDENCE_LL_G      "reslowlow.csi"
00092 #define CST_RESIDENCE_ML        62
00093 #define CST_RESIDENCE_ML_G      "resmedlow.csi"
00094 #define CST_RESIDENCE_HL        63
00095 #define CST_RESIDENCE_HL_G      "reshilow.csi"
00096 #define CST_RESIDENCE_LH        64
00097 #define CST_RESIDENCE_LH_G      "reslowhi.csi"
00098 #define CST_RESIDENCE_MH        65
00099 #define CST_RESIDENCE_MH_G      "resmedhi.csi"
00100 #define CST_RESIDENCE_HH        66
00101 #define CST_RESIDENCE_HH_G      "reshihi.csi"
00102 
00103 
00104 #define CST_MARKET_EMPTY        71
00105 #define CST_MARKET_EMPTY_G      "market-empty.csi"
00106 #define CST_MARKET_LOW          72
00107 #define CST_MARKET_LOW_G        "market-low.csi"
00108 #define CST_MARKET_MED          73
00109 #define CST_MARKET_MED_G        "market-med.csi"
00110 #define CST_MARKET_FULL         74
00111 #define CST_MARKET_FULL_G       "market-full.csi"
00112 
00113 
00114 #define CST_RECYCLE             79
00115 #define CST_RECYCLE_G           "recycle-centre.csi"
00116 
00117 #define CST_TRACK_LR            80
00118 #define CST_TRACK_LR_G          "tracklr.csi"
00119 #define CST_TRACK_LU            81
00120 #define CST_TRACK_LU_G          "tracklu.csi"
00121 #define CST_TRACK_LD            82
00122 #define CST_TRACK_LD_G          "trackld.csi"
00123 #define CST_TRACK_UD            83
00124 #define CST_TRACK_UD_G          "trackud.csi"
00125 #define CST_TRACK_UR            84
00126 #define CST_TRACK_UR_G          "trackur.csi"
00127 #define CST_TRACK_DR            85
00128 #define CST_TRACK_DR_G          "trackdr.csi"
00129 #define CST_TRACK_LUR           86
00130 #define CST_TRACK_LUR_G         "tracklur.csi"
00131 #define CST_TRACK_LDR           87
00132 #define CST_TRACK_LDR_G         "trackldr.csi"
00133 #define CST_TRACK_LUD           88
00134 #define CST_TRACK_LUD_G         "tracklud.csi"
00135 #define CST_TRACK_UDR           89
00136 #define CST_TRACK_UDR_G         "trackudr.csi"
00137 #define CST_TRACK_LUDR          90
00138 #define CST_TRACK_LUDR_G        "trackludr.csi"
00139 
00140 #define CST_PARKLAND_PLANE      91
00141 #define CST_PARKLAND_PLANE_G    "parkland-plane.csi"
00142 #define CST_PARKLAND_LAKE       92
00143 #define CST_PARKLAND_LAKE_G     "parkland-lake.csi"
00144 
00145 #define CST_MONUMENT_0          93
00146 #define CST_MONUMENT_0_G        "monument0.csi"
00147 #define CST_MONUMENT_1          94
00148 #define CST_MONUMENT_1_G        "monument1.csi"
00149 #define CST_MONUMENT_2          95
00150 #define CST_MONUMENT_2_G        "monument2.csi"
00151 #define CST_MONUMENT_3          96
00152 #define CST_MONUMENT_3_G        "monument3.csi"
00153 #define CST_MONUMENT_4          97
00154 #define CST_MONUMENT_4_G        "monument4.csi"
00155 #define CST_MONUMENT_5          98
00156 #define CST_MONUMENT_5_G        "monument5.csi"
00157 
00158 
00159 #define CST_COALMINE_EMPTY      100
00160 #define CST_COALMINE_EMPTY_G    "coalmine-empty.csi"
00161 #define CST_COALMINE_LOW        101
00162 #define CST_COALMINE_LOW_G      "coalmine-low.csi"
00163 #define CST_COALMINE_MED        102
00164 #define CST_COALMINE_MED_G      "coalmine-med.csi"
00165 #define CST_COALMINE_FULL       103
00166 #define CST_COALMINE_FULL_G     "coalmine-full.csi"
00167 
00168 #define CST_RAIL_LR            110
00169 #define CST_RAIL_LR_G          "raillr.csi"
00170 #define CST_RAIL_LU            111
00171 #define CST_RAIL_LU_G          "raillu.csi"
00172 #define CST_RAIL_LD            112
00173 #define CST_RAIL_LD_G          "railld.csi"
00174 #define CST_RAIL_UD            113
00175 #define CST_RAIL_UD_G          "railud.csi"
00176 #define CST_RAIL_UR            114
00177 #define CST_RAIL_UR_G          "railur.csi"
00178 #define CST_RAIL_DR            115
00179 #define CST_RAIL_DR_G          "raildr.csi"
00180 #define CST_RAIL_LUR           116
00181 #define CST_RAIL_LUR_G         "raillur.csi"
00182 #define CST_RAIL_LDR           117
00183 #define CST_RAIL_LDR_G         "railldr.csi"
00184 #define CST_RAIL_LUD           118
00185 #define CST_RAIL_LUD_G         "raillud.csi"
00186 #define CST_RAIL_UDR           119
00187 #define CST_RAIL_UDR_G         "railudr.csi"
00188 #define CST_RAIL_LUDR          120
00189 #define CST_RAIL_LUDR_G        "railludr.csi"
00190 
00191 #define CST_FIRE_1             121
00192 #define CST_FIRE_1_G           "fire1.csi"
00193 #define CST_FIRE_2             122
00194 #define CST_FIRE_2_G           "fire2.csi"
00195 #define CST_FIRE_3             123
00196 #define CST_FIRE_3_G           "fire3.csi"
00197 #define CST_FIRE_4             124
00198 #define CST_FIRE_4_G           "fire4.csi"
00199 #define CST_FIRE_5             125
00200 #define CST_FIRE_5_G           "fire5.csi"
00201 #define CST_FIRE_DONE1         126
00202 #define CST_FIRE_DONE1_G       "firedone1.csi"
00203 #define CST_FIRE_DONE2         127
00204 #define CST_FIRE_DONE2_G       "firedone2.csi"
00205 #define CST_FIRE_DONE3         128
00206 #define CST_FIRE_DONE3_G       "firedone3.csi"
00207 #define CST_FIRE_DONE4         129
00208 #define CST_FIRE_DONE4_G       "firedone4.csi"
00209 
00210 
00211 #define CST_ROAD_LR            130
00212 #define CST_ROAD_LR_G          "roadlr.csi"
00213 #define CST_ROAD_LU            131
00214 #define CST_ROAD_LU_G          "roadlu.csi"
00215 #define CST_ROAD_LD            132
00216 #define CST_ROAD_LD_G          "roadld.csi"
00217 #define CST_ROAD_UD            133
00218 #define CST_ROAD_UD_G          "roadud.csi"
00219 #define CST_ROAD_UR            134
00220 #define CST_ROAD_UR_G          "roadur.csi"
00221 #define CST_ROAD_DR            135
00222 #define CST_ROAD_DR_G          "roaddr.csi"
00223 #define CST_ROAD_LUR           136
00224 #define CST_ROAD_LUR_G         "roadlur.csi"
00225 #define CST_ROAD_LDR           137
00226 #define CST_ROAD_LDR_G         "roadldr.csi"
00227 #define CST_ROAD_LUD           138
00228 #define CST_ROAD_LUD_G         "roadlud.csi"
00229 #define CST_ROAD_UDR           139
00230 #define CST_ROAD_UDR_G         "roadudr.csi"
00231 #define CST_ROAD_LUDR          140
00232 #define CST_ROAD_LUDR_G        "roadludr.csi"
00233 
00234 
00235 #define CST_OREMINE_5           146
00236 #define CST_OREMINE_5_G         "oremine5.csi"
00237 #define CST_OREMINE_6           147
00238 #define CST_OREMINE_6_G         "oremine6.csi"
00239 #define CST_OREMINE_7           148
00240 #define CST_OREMINE_7_G         "oremine7.csi"
00241 #define CST_OREMINE_8           149
00242 #define CST_OREMINE_8_G         "oremine8.csi"
00243 
00244 #define CST_OREMINE_1           150
00245 #define CST_OREMINE_1_G         "oremine1.csi"
00246 #define CST_OREMINE_2           151
00247 #define CST_OREMINE_2_G         "oremine2.csi"
00248 #define CST_OREMINE_3           152
00249 #define CST_OREMINE_3_G         "oremine3.csi"
00250 #define CST_OREMINE_4           153
00251 #define CST_OREMINE_4_G         "oremine4.csi"
00252 
00253 
00254 #define CST_HEALTH              155
00255 #define CST_HEALTH_G            "health.csi"
00256 
00257 #define CST_SCHOOL              156
00258 #define CST_SCHOOL_G            "school0.csi"
00259 
00260 #define CST_EX_PORT             161
00261 #define CST_EX_PORT_G           "ex_port.csi"
00262 
00263 #define CST_MILL_0              162
00264 #define CST_MILL_0_G            "mill0.csi"
00265 #define CST_MILL_1              163
00266 #define CST_MILL_1_G            "mill1.csi"
00267 #define CST_MILL_2              164
00268 #define CST_MILL_2_G            "mill2.csi"
00269 #define CST_MILL_3              165
00270 #define CST_MILL_3_G            "mill3.csi"
00271 #define CST_MILL_4              166
00272 #define CST_MILL_4_G            "mill4.csi"
00273 #define CST_MILL_5              167
00274 #define CST_MILL_5_G            "mill5.csi"
00275 #define CST_MILL_6              168
00276 #define CST_MILL_6_G            "mill6.csi"
00277 
00278 
00279 #define CST_ROCKET_1            180
00280 #define CST_ROCKET_1_G          "rocket1.csi"
00281 #define CST_ROCKET_2            181
00282 #define CST_ROCKET_2_G          "rocket2.csi"
00283 #define CST_ROCKET_3            182
00284 #define CST_ROCKET_3_G          "rocket3.csi"
00285 #define CST_ROCKET_4            183
00286 #define CST_ROCKET_4_G          "rocket4.csi"
00287 #define CST_ROCKET_5            184
00288 #define CST_ROCKET_5_G          "rocket5.csi"
00289 #define CST_ROCKET_6            185
00290 #define CST_ROCKET_6_G          "rocket6.csi"
00291 #define CST_ROCKET_7            186
00292 #define CST_ROCKET_7_G          "rocket7.csi"
00293 #define CST_ROCKET_FLOWN        187
00294 #define CST_ROCKET_FLOWN_G      "rocketflown.csi"
00295 
00296 #define CST_WINDMILL_1_G        190
00297 #define CST_WINDMILL_1_G_G      "windmill1g.csi"
00298 #define CST_WINDMILL_2_G        191
00299 #define CST_WINDMILL_2_G_G      "windmill2g.csi"
00300 #define CST_WINDMILL_3_G        192
00301 #define CST_WINDMILL_3_G_G      "windmill3g.csi"
00302 
00303 #define CST_WINDMILL_1_RG       193
00304 #define CST_WINDMILL_1_RG_G     "windmill1rg.csi"
00305 #define CST_WINDMILL_2_RG       194
00306 #define CST_WINDMILL_2_RG_G     "windmill2rg.csi"
00307 #define CST_WINDMILL_3_RG       195
00308 #define CST_WINDMILL_3_RG_G     "windmill3rg.csi"
00309 
00310 #define CST_WINDMILL_1_R        196
00311 #define CST_WINDMILL_1_R_G      "windmill1r.csi"
00312 #define CST_WINDMILL_2_R        197
00313 #define CST_WINDMILL_2_R_G      "windmill2r.csi"
00314 #define CST_WINDMILL_3_R        198
00315 #define CST_WINDMILL_3_R_G      "windmill3r.csi"
00316 
00317 #define CST_WINDMILL_1_W        199
00318 #define CST_WINDMILL_1_W_G      "windmill1w.csi"
00319 #define CST_WINDMILL_2_W        200
00320 #define CST_WINDMILL_2_W_G      "windmill2w.csi"
00321 #define CST_WINDMILL_3_W        201
00322 #define CST_WINDMILL_3_W_G      "windmill3w.csi"
00323 
00324 
00325 #define CST_BLACKSMITH_0          202
00326 #define CST_BLACKSMITH_0_G        "blacksmith0.csi"
00327 #define CST_BLACKSMITH_1          203
00328 #define CST_BLACKSMITH_1_G        "blacksmith1.csi"
00329 #define CST_BLACKSMITH_2          204
00330 #define CST_BLACKSMITH_2_G        "blacksmith2.csi"
00331 #define CST_BLACKSMITH_3          205
00332 #define CST_BLACKSMITH_3_G        "blacksmith3.csi"
00333 #define CST_BLACKSMITH_4          206
00334 #define CST_BLACKSMITH_4_G        "blacksmith4.csi"
00335 #define CST_BLACKSMITH_5          207
00336 #define CST_BLACKSMITH_5_G        "blacksmith5.csi"
00337 #define CST_BLACKSMITH_6          208
00338 #define CST_BLACKSMITH_6_G        "blacksmith6.csi"
00339 
00340 #define CST_POTTERY_0             210
00341 #define CST_POTTERY_0_G           "pottery0.csi"
00342 #define CST_POTTERY_1             211
00343 #define CST_POTTERY_1_G           "pottery1.csi"
00344 #define CST_POTTERY_2             212
00345 #define CST_POTTERY_2_G           "pottery2.csi"
00346 #define CST_POTTERY_3             213
00347 #define CST_POTTERY_3_G           "pottery3.csi"
00348 #define CST_POTTERY_4             214
00349 #define CST_POTTERY_4_G           "pottery4.csi"
00350 #define CST_POTTERY_5             215
00351 #define CST_POTTERY_5_G           "pottery5.csi"
00352 #define CST_POTTERY_6             216
00353 #define CST_POTTERY_6_G           "pottery6.csi"
00354 #define CST_POTTERY_7             217
00355 #define CST_POTTERY_7_G           "pottery7.csi"
00356 #define CST_POTTERY_8             218
00357 #define CST_POTTERY_8_G           "pottery8.csi"
00358 #define CST_POTTERY_9             219
00359 #define CST_POTTERY_9_G           "pottery9.csi"
00360 #define CST_POTTERY_10            220
00361 #define CST_POTTERY_10_G          "pottery10.csi"
00362 
00363 #define CST_WATER               221
00364 #define CST_WATER_G             "water.csi"
00365 #define CST_WATER_D             222
00366 #define CST_WATER_D_G           "waterd.csi"
00367 #define CST_WATER_R             223
00368 #define CST_WATER_R_G           "waterr.csi"
00369 #define CST_WATER_U             224
00370 #define CST_WATER_U_G           "wateru.csi"
00371 #define CST_WATER_L             225
00372 #define CST_WATER_L_G           "waterl.csi"
00373 #define CST_WATER_LR            226
00374 #define CST_WATER_LR_G          "waterlr.csi"
00375 #define CST_WATER_UD            227
00376 #define CST_WATER_UD_G          "waterud.csi"
00377 #define CST_WATER_LD            228
00378 #define CST_WATER_LD_G          "waterld.csi"
00379 #define CST_WATER_RD            229
00380 #define CST_WATER_RD_G          "waterrd.csi"
00381 #define CST_WATER_LU            230
00382 #define CST_WATER_LU_G          "waterlu.csi"
00383 #define CST_WATER_UR            231
00384 #define CST_WATER_UR_G          "waterur.csi"
00385 #define CST_WATER_LUD           232
00386 #define CST_WATER_LUD_G         "waterlud.csi"
00387 #define CST_WATER_LRD           233
00388 #define CST_WATER_LRD_G         "waterlrd.csi"
00389 #define CST_WATER_LUR           234
00390 #define CST_WATER_LUR_G         "waterlur.csi"
00391 #define CST_WATER_URD           235
00392 #define CST_WATER_URD_G         "waterurd.csi"
00393 #define CST_WATER_LURD          236
00394 #define CST_WATER_LURD_G        "waterlurd.csi"
00395 
00396 #define CST_CRICKET_1           240
00397 #define CST_CRICKET_1_G         "cricket1.csi"
00398 #define CST_CRICKET_2           241
00399 #define CST_CRICKET_2_G         "cricket2.csi"
00400 #define CST_CRICKET_3           242
00401 #define CST_CRICKET_3_G         "cricket3.csi"
00402 #define CST_CRICKET_4           243
00403 #define CST_CRICKET_4_G         "cricket4.csi"
00404 #define CST_CRICKET_5           244
00405 #define CST_CRICKET_5_G         "cricket5.csi"
00406 #define CST_CRICKET_6           245
00407 #define CST_CRICKET_6_G         "cricket6.csi"
00408 #define CST_CRICKET_7           246
00409 #define CST_CRICKET_7_G         "cricket7.csi"
00410 
00411 #define CST_FIRESTATION_1         250
00412 #define CST_FIRESTATION_1_G       "firestation1.csi"
00413 #define CST_FIRESTATION_2         251
00414 #define CST_FIRESTATION_2_G       "firestation2.csi"
00415 #define CST_FIRESTATION_3         252
00416 #define CST_FIRESTATION_3_G       "firestation3.csi"
00417 #define CST_FIRESTATION_4         253
00418 #define CST_FIRESTATION_4_G       "firestation4.csi"
00419 #define CST_FIRESTATION_5         254
00420 #define CST_FIRESTATION_5_G       "firestation5.csi"
00421 #define CST_FIRESTATION_6         255
00422 #define CST_FIRESTATION_6_G       "firestation6.csi"
00423 #define CST_FIRESTATION_7         256
00424 #define CST_FIRESTATION_7_G       "firestation7.csi"
00425 #define CST_FIRESTATION_8         257
00426 #define CST_FIRESTATION_8_G       "firestation8.csi"
00427 #define CST_FIRESTATION_9         258
00428 #define CST_FIRESTATION_9_G       "firestation9.csi"
00429 #define CST_FIRESTATION_10        259
00430 #define CST_FIRESTATION_10_G      "firestation10.csi"
00431 
00432 #define CST_TIP_0               260
00433 #define CST_TIP_0_G             "tip0.csi"
00434 #define CST_TIP_1               261
00435 #define CST_TIP_1_G             "tip1.csi"
00436 #define CST_TIP_2               262
00437 #define CST_TIP_2_G             "tip2.csi"
00438 #define CST_TIP_3               263
00439 #define CST_TIP_3_G             "tip3.csi"
00440 #define CST_TIP_4               264
00441 #define CST_TIP_4_G             "tip4.csi"
00442 #define CST_TIP_5               265
00443 #define CST_TIP_5_G             "tip5.csi"
00444 #define CST_TIP_6               266
00445 #define CST_TIP_6_G             "tip6.csi"
00446 #define CST_TIP_7               267
00447 #define CST_TIP_7_G             "tip7.csi"
00448 #define CST_TIP_8               268
00449 #define CST_TIP_8_G             "tip8.csi"
00450 
00451 
00452 #define CST_COMMUNE_1           270
00453 #define CST_COMMUNE_1_G         "commune1.csi"
00454 #define CST_COMMUNE_2           271
00455 #define CST_COMMUNE_2_G         "commune2.csi"
00456 #define CST_COMMUNE_3           272
00457 #define CST_COMMUNE_3_G         "commune3.csi"
00458 #define CST_COMMUNE_4           273
00459 #define CST_COMMUNE_4_G         "commune4.csi"
00460 #define CST_COMMUNE_5           274
00461 #define CST_COMMUNE_5_G         "commune5.csi"
00462 #define CST_COMMUNE_6           275
00463 #define CST_COMMUNE_6_G         "commune6.csi"
00464 #define CST_COMMUNE_7           276
00465 #define CST_COMMUNE_7_G         "commune7.csi"
00466 #define CST_COMMUNE_8           277
00467 #define CST_COMMUNE_8_G         "commune8.csi"
00468 #define CST_COMMUNE_9           278
00469 #define CST_COMMUNE_9_G         "commune9.csi"
00470 #define CST_COMMUNE_10          279
00471 #define CST_COMMUNE_10_G        "commune10.csi"
00472 #define CST_COMMUNE_11          280
00473 #define CST_COMMUNE_11_G        "commune11.csi"
00474 #define CST_COMMUNE_12          281
00475 #define CST_COMMUNE_12_G        "commune12.csi"
00476 #define CST_COMMUNE_13          282
00477 #define CST_COMMUNE_13_G        "commune13.csi"
00478 #define CST_COMMUNE_14          283
00479 #define CST_COMMUNE_14_G        "commune14.csi"
00480 
00481 
00482 #define CST_INDUSTRY_H_C        290
00483 #define CST_INDUSTRY_H_C_G      "industryhc.csi"
00484 
00485 #define CST_INDUSTRY_H_L1        291
00486 #define CST_INDUSTRY_H_L1_G      "industryhl1.csi"
00487 #define CST_INDUSTRY_H_L2        292
00488 #define CST_INDUSTRY_H_L2_G      "industryhl2.csi"
00489 #define CST_INDUSTRY_H_L3        293
00490 #define CST_INDUSTRY_H_L3_G      "industryhl3.csi"
00491 #define CST_INDUSTRY_H_L4        294
00492 #define CST_INDUSTRY_H_L4_G      "industryhl4.csi"
00493 #define CST_INDUSTRY_H_L5        295
00494 #define CST_INDUSTRY_H_L5_G      "industryhl5.csi"
00495 #define CST_INDUSTRY_H_L6        296
00496 #define CST_INDUSTRY_H_L6_G      "industryhl6.csi"
00497 #define CST_INDUSTRY_H_L7        297
00498 #define CST_INDUSTRY_H_L7_G      "industryhl7.csi"
00499 #define CST_INDUSTRY_H_L8        298
00500 #define CST_INDUSTRY_H_L8_G      "industryhl8.csi"
00501 
00502 #define CST_INDUSTRY_H_M1        299
00503 #define CST_INDUSTRY_H_M1_G      "industryhm1.csi"
00504 #define CST_INDUSTRY_H_M2        300
00505 #define CST_INDUSTRY_H_M2_G      "industryhm2.csi"
00506 #define CST_INDUSTRY_H_M3        301
00507 #define CST_INDUSTRY_H_M3_G      "industryhm3.csi"
00508 #define CST_INDUSTRY_H_M4        302
00509 #define CST_INDUSTRY_H_M4_G      "industryhm4.csi"
00510 #define CST_INDUSTRY_H_M5        303
00511 #define CST_INDUSTRY_H_M5_G      "industryhm5.csi"
00512 #define CST_INDUSTRY_H_M6        304
00513 #define CST_INDUSTRY_H_M6_G      "industryhm6.csi"
00514 #define CST_INDUSTRY_H_M7        305
00515 #define CST_INDUSTRY_H_M7_G      "industryhm7.csi"
00516 #define CST_INDUSTRY_H_M8        306
00517 #define CST_INDUSTRY_H_M8_G      "industryhm8.csi"
00518 
00519 #define CST_INDUSTRY_H_H1        307
00520 #define CST_INDUSTRY_H_H1_G      "industryhh1.csi"
00521 #define CST_INDUSTRY_H_H2        308
00522 #define CST_INDUSTRY_H_H2_G      "industryhh2.csi"
00523 #define CST_INDUSTRY_H_H3        309
00524 #define CST_INDUSTRY_H_H3_G      "industryhh3.csi"
00525 #define CST_INDUSTRY_H_H4        310
00526 #define CST_INDUSTRY_H_H4_G      "industryhh4.csi"
00527 #define CST_INDUSTRY_H_H5        311
00528 #define CST_INDUSTRY_H_H5_G      "industryhh5.csi"
00529 #define CST_INDUSTRY_H_H6        312
00530 #define CST_INDUSTRY_H_H6_G      "industryhh6.csi"
00531 #define CST_INDUSTRY_H_H7        313
00532 #define CST_INDUSTRY_H_H7_G      "industryhh7.csi"
00533 #define CST_INDUSTRY_H_H8        314
00534 #define CST_INDUSTRY_H_H8_G      "industryhh8.csi"
00535 
00536 #define CST_INDUSTRY_L_C         315
00537 #define CST_INDUSTRY_L_C_G       "industrylq1.csi"
00538 
00539 #define CST_INDUSTRY_L_Q1        316
00540 #define CST_INDUSTRY_L_Q1_G      "industrylq1.csi"
00541 #define CST_INDUSTRY_L_Q2        317
00542 #define CST_INDUSTRY_L_Q2_G      "industrylq2.csi"
00543 #define CST_INDUSTRY_L_Q3        318
00544 #define CST_INDUSTRY_L_Q3_G      "industrylq3.csi"
00545 #define CST_INDUSTRY_L_Q4        319
00546 #define CST_INDUSTRY_L_Q4_G      "industrylq4.csi"
00547 
00548 #define CST_INDUSTRY_L_L1        320
00549 #define CST_INDUSTRY_L_L1_G      "industryll1.csi"
00550 #define CST_INDUSTRY_L_L2        321
00551 #define CST_INDUSTRY_L_L2_G      "industryll2.csi"
00552 #define CST_INDUSTRY_L_L3        322
00553 #define CST_INDUSTRY_L_L3_G      "industryll3.csi"
00554 #define CST_INDUSTRY_L_L4        323
00555 #define CST_INDUSTRY_L_L4_G      "industryll4.csi"
00556 
00557 #define CST_INDUSTRY_L_M1        324
00558 #define CST_INDUSTRY_L_M1_G      "industrylm1.csi"
00559 #define CST_INDUSTRY_L_M2        325
00560 #define CST_INDUSTRY_L_M2_G      "industrylm2.csi"
00561 #define CST_INDUSTRY_L_M3        326
00562 #define CST_INDUSTRY_L_M3_G      "industrylm3.csi"
00563 #define CST_INDUSTRY_L_M4        327
00564 #define CST_INDUSTRY_L_M4_G      "industrylm4.csi"
00565 
00566 #define CST_INDUSTRY_L_H1        328
00567 #define CST_INDUSTRY_L_H1_G      "industrylh1.csi"
00568 #define CST_INDUSTRY_L_H2        329
00569 #define CST_INDUSTRY_L_H2_G      "industrylh2.csi"
00570 #define CST_INDUSTRY_L_H3        330
00571 #define CST_INDUSTRY_L_H3_G      "industrylh3.csi"
00572 #define CST_INDUSTRY_L_H4        331
00573 #define CST_INDUSTRY_L_H4_G      "industrylh4.csi"
00574 
00575 #define CST_FARM_O0              332
00576 #define CST_FARM_O0_G            "farm0.csi"
00577 #define CST_FARM_O1              333
00578 #define CST_FARM_O1_G            "farm1.csi"
00579 #define CST_FARM_O2              334
00580 #define CST_FARM_O2_G            "farm2.csi"
00581 #define CST_FARM_O3              335
00582 #define CST_FARM_O3_G            "farm3.csi"
00583 #define CST_FARM_O4              336
00584 #define CST_FARM_O4_G            "farm4.csi"
00585 #define CST_FARM_O5              337
00586 #define CST_FARM_O5_G            "farm5.csi"
00587 #define CST_FARM_O6              338
00588 #define CST_FARM_O6_G            "farm6.csi"
00589 #define CST_FARM_O7              339
00590 #define CST_FARM_O7_G            "farm7.csi"
00591 #define CST_FARM_O8              340
00592 #define CST_FARM_O8_G            "farm8.csi"
00593 #define CST_FARM_O9              341
00594 #define CST_FARM_O9_G            "farm9.csi"
00595 #define CST_FARM_O10             342
00596 #define CST_FARM_O10_G           "farm10.csi"
00597 #define CST_FARM_O11             343
00598 #define CST_FARM_O11_G           "farm11.csi"
00599 #define CST_FARM_O12             344
00600 #define CST_FARM_O12_G           "farm12.csi"
00601 #define CST_FARM_O13             345
00602 #define CST_FARM_O13_G           "farm13.csi"
00603 #define CST_FARM_O14             346
00604 #define CST_FARM_O14_G           "farm14.csi"
00605 #define CST_FARM_O15             347
00606 #define CST_FARM_O15_G           "farm15.csi"
00607 #define CST_FARM_O16             348
00608 #define CST_FARM_O16_G           "farm16.csi"
00609 
00610 /*
00611   //    *********************************
00612   //    400 is the maximum at the moment.
00613   //    *********************************
00614 */
00615 
00616 #endif /* __lctypes_h__ */

Generated on Sun Dec 26 11:23:24 2004 for lincity by  doxygen 1.3.9.1