diff --git a/CMakeLists.txt b/CMakeLists.txt index da07aed5..dfee198c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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 diff --git a/src/framework/core/engine.cpp b/src/framework/core/engine.cpp index b95d2eb1..ba47b67b 100644 --- a/src/framework/core/engine.cpp +++ b/src/framework/core/engine.cpp @@ -8,6 +8,7 @@ #include #include