X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmap%2FMapState.cpp;h=121dfbcdc0e41d0478d37500f906f4235902d6f2;hb=06db9f596cd1c5aa4c0832b387882f7c74c1b4c0;hp=b223f4fd6a2d4a111bb0394a39ccd10d612fa561;hpb=988ba6d1b4e18a4ae5d30a892224f76cee2355cc;p=l2e.git diff --git a/src/map/MapState.cpp b/src/map/MapState.cpp index b223f4f..121dfbc 100644 --- a/src/map/MapState.cpp +++ b/src/map/MapState.cpp @@ -18,7 +18,7 @@ using app::Application; using app::Input; using battle::BattleState; using common::GameConfig; -using geometry::Vector; +using math::Vector; using graphics::ColorFade; using menu::PartyMenu;