]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/Tile.cpp
added basic map classes
[l2e.git] / src / map / Tile.cpp
diff --git a/src/map/Tile.cpp b/src/map/Tile.cpp
new file mode 100644 (file)
index 0000000..7b77fb1
--- /dev/null
@@ -0,0 +1,17 @@
+/*
+ * Tile.cpp
+ *
+ *  Created on: Sep 29, 2012
+ *      Author: holy
+ */
+
+#include "Tile.h"
+
+namespace map {
+
+Tile::Tile()
+: flags(0) {
+
+}
+
+}