]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/CapsuleNameMenu.cpp
removed lazy fwd headers
[l2e.git] / src / menu / CapsuleNameMenu.cpp
index 58db75e89b9fddd81173e5c8f0df30907b0c25c8..423652feaa5e10add83719dacf6ccb028d638e9d 100644 (file)
@@ -10,6 +10,7 @@
 #include "../common/GameState.h"
 #include "../graphics/Font.h"
 #include "../graphics/Frame.h"
+#include "../math/Vector.h"
 
 #include <cstring>
 
@@ -17,7 +18,7 @@ using app::Input;
 using common::Capsule;
 using common::Inventory;
 using common::Item;
-using geometry::Vector;
+using math::Vector;
 using graphics::Font;
 using graphics::Frame;
 
@@ -129,7 +130,7 @@ void CapsuleNameMenu::StoreName() {
        }
 }
 
-void CapsuleNameMenu::UpdateWorld(float deltaT) {
+void CapsuleNameMenu::UpdateWorld(Uint32 deltaT) {
 
 }