]> git.localhorst.tv Git - l2e.git/blob - src/map/Tile.cpp
303c9e556eba5fcf1836eca8b7aa1ac4b05a4fb2
[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 : battlebg(0)
14 , flags(0) {
15
16 }
17
18 }