]> git.localhorst.tv Git - l2e.git/commit
added basic map classes
authorDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 29 Sep 2012 16:45:01 +0000 (18:45 +0200)
committerDaniel Karbach <daniel.karbach@localhorst.tv>
Sat, 29 Sep 2012 17:19:14 +0000 (19:19 +0200)
commit59c4aea0762cbc5f1bf74c5b1b35629408fb92af
treec3b1b1e927ffe635421e4558a10055fcfddb731b
parent2a1d9169e1f6c2dfe0f93ed40d5fb68d3da342af
added basic map classes
13 files changed:
Debug/makefile
Debug/sources.mk
Debug/src/map/subdir.mk [new file with mode: 0644]
Release/makefile
Release/sources.mk
Release/src/map/subdir.mk [new file with mode: 0644]
src/main.cpp
src/map/Area.cpp [new file with mode: 0644]
src/map/Area.h [new file with mode: 0644]
src/map/Map.cpp [new file with mode: 0644]
src/map/Map.h [new file with mode: 0644]
src/map/Tile.cpp [new file with mode: 0644]
src/map/Tile.h [new file with mode: 0644]