#ifndef LAYER_H #define LAYER_H enum area_layer_id { AREA_LAYER_BOT = 0, AREA_LAYER_MID, AREA_LAYER_TOP, AREA_LAYERS_MAX }; #endif