Freeciv-3.4
Loading...
Searching...
No Matches
city_enums_gen.h
Go to the documentation of this file.
1 /**************************************************************************
2 * THIS FILE WAS GENERATED *
3 * Script: gen_headers/generate_enums.py *
4 * Input: gen_headers/enums/city_enums.def *
5 * DO NOT CHANGE THIS FILE *
6 **************************************************************************/
7
8#ifndef FC__CITY_ENUMS_GEN_H
9#define FC__CITY_ENUMS_GEN_H
10
11
12#define SPECENUM_NAME production_class_type
13#define SPECENUM_VALUE0 PCT_UNIT
14#define SPECENUM_VALUE0NAME "Unit"
15#define SPECENUM_VALUE1 PCT_IMPROVEMENT
16#define SPECENUM_VALUE1NAME "Improvement"
17#define SPECENUM_VALUE2 PCT_WONDER
18#define SPECENUM_VALUE2NAME "Wonder"
19#define SPECENUM_COUNT PCT_COUNT
20#include "specenum_gen.h"
21
22#endif /* FC__CITY_ENUMS_GEN_H */