Go to the source code of this file.
Enumerations | |
enum class | drawing_layer { terrain_bg , grid_top , mouseover_overlay , footsteps , mouseover_top , unit_first , unit_bg = unit_first + 10 , unit_default = unit_first + 40 , terrain_fg = unit_first + 50 , reachmap_highlight = terrain_bg , reachmap_border = terrain_fg , grid_bottom , unit_move_default = unit_first + 60 , unit_fg = unit_first + 80 , unit_missile_default = unit_first + 90 , unit_last = unit_first + 100 , mouseover_bottom , fog_shroud , arrows , actions_numbering , selected_hex , attack_indicator , unit_bar , move_info , linger_overlay , border } |
|
strong |
Definition at line 19 of file drawing_layer.hpp.