]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/BattleState.cpp
removed lazy fwd headers
[l2e.git] / src / battle / BattleState.cpp
index 085a85371530678e0d578fa1fb8560aeb3299382..66097fbd46d05a8d5315196fb161fef1bc5a34cb 100644 (file)
@@ -12,6 +12,7 @@
 #include "../common/Spell.h"
 #include "../graphics/Frame.h"
 #include "../graphics/Sprite.h"
+#include "../math/Vector.h"
 
 #include <algorithm>
 #include <cassert>
@@ -24,7 +25,7 @@ using common::Inventory;
 using common::Item;
 using common::Spell;
 using common::Stats;
-using geometry::Vector;
+using math::Vector;
 using graphics::Menu;
 
 using std::rand;
@@ -389,7 +390,7 @@ void BattleState::HandleEvents(const Input &input) {
 
 }
 
-void BattleState::UpdateWorld(float deltaT) {
+void BattleState::UpdateWorld(Uint32 deltaT) {
 
 }