1 2 3 4 5 6 7 8 9
#ifndef BUILDING_TYPE_H #define BUILDING_TYPE_H enum building_type { MAX_BUILDING_TYPES }; #endif /* BUILDING_TYPE_H */