summaryrefslogtreecommitdiff
path: root/layer.h
blob: 4d602126f2db6dc461357f33c2449112684eae43 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef NAVIT_LAYER_H
#define NAVIT_LAYER_H

enum layer_type {
	layer_town=0,
	layer_street,
	layer_poly,
	layer_end,
};

#endif