/* $Id: layer_func.h 2012-09-07 18:11:11 constructor $ */ /* * Подробое описание см. в layer.cpp */ /** @file layer_gui.h Functions for visualisation map with support layers */ #ifndef LAYER_GUI_H #define LAYER_GUI_H #include "layer_func.h" #include "viewport_type.h" uint8 calculateLayer(const ViewPort *vp); #endif /* LAYER_GUI_H */