]> git.localhorst.tv Git - l2e.git/blob - src/map/Tile.cpp
7b77fb1feccdb93a6f260c0adad725a7acf9b2f7
[l2e.git] / src / map / Tile.cpp
1 /*
2  * Tile.cpp
3  *
4  *  Created on: Sep 29, 2012
5  *      Author: holy
6  */
7
8 #include "Tile.h"
9
10 namespace map {
11
12 Tile::Tile()
13 : flags(0) {
14
15 }
16
17 }