1 2 3 4 5 6 7 8 9 10 11
#ifndef UNIT_TYPE_H #define UNIT_TYPE_H enum unit_type { UNIT_TYPE_PEASANT, MAX_UNIT_TYPES }; #endif /* UNIT_TYPE_H */