]> git.localhorst.tv Git - l2e.git/blob - map/Tile.cpp
new language, new compiler
[l2e.git] / 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 }