]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/ChangeHero.cpp
removed lazy fwd headers
[l2e.git] / src / menu / ChangeHero.cpp
index 7cd9b08a3d1c3e22636fe8f0ef2833fcb2ead365..98ce7aa996a852c49de5d2bdcc00b507ff06a55a 100644 (file)
@@ -8,11 +8,12 @@
 #include "../app/Input.h"
 #include "../common/GameConfig.h"
 #include "../common/GameState.h"
+#include "../math/Vector.h"
 
 #include <algorithm>
 
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 using std::swap;
 
 namespace menu {
@@ -68,7 +69,7 @@ void ChangeHero::HandleEvents(const Input &input) {
 
 }
 
-void ChangeHero::UpdateWorld(float deltaT) {
+void ChangeHero::UpdateWorld(Uint32 deltaT) {
 
 }