blob: 7b791b7e9f3e9f641ba4f8ee5da8e41e32289e3c (
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 */
|