blob: 303fa32a3aa9bade16d77ae68146823b34cff5d7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
/* $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 */
|