map draw working with lil bugs

This commit is contained in:
Henrique
2011-08-11 02:52:30 -03:00
parent 3a5683b549
commit 651315d4cd
24 changed files with 616 additions and 163 deletions

View File

@@ -50,11 +50,20 @@ SET(SOURCES
# game files
src/tibiadat.cpp
src/tibiaspr.cpp
# game contents
src/game.cpp
src/map.cpp
src/tile.cpp
src/thing.cpp
src/item.cpp
# game net
src/protocollogin.cpp
src/protocolgame.cpp
src/protocolgameparse.cpp
src/protocolgamesend.cpp
# framework core
src/framework/core/dispatcher.cpp