]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/InventoryMenu.cpp
removed lazy fwd headers
[l2e.git] / src / menu / InventoryMenu.cpp
index eb74ab8b5ea899a5220c2e959a5c37f92c3666c1..a2881719f717caff55f0f6d4ca315846ec228543 100644 (file)
@@ -2,6 +2,7 @@
 
 #include "PartyMenu.h"
 #include "Resources.h"
+#include "../app/Application.h"
 #include "../app/Input.h"
 #include "../common/GameConfig.h"
 #include "../common/GameState.h"
 #include "../common/Item.h"
 #include "../graphics/Font.h"
 #include "../graphics/Frame.h"
+#include "../math/Vector.h"
 
 using app::Input;
 using common::Inventory;
 using common::Item;
-using geometry::Vector;
+using math::Vector;
 using graphics::Font;
 using graphics::Frame;
 using std::swap;
@@ -136,7 +138,7 @@ void InventoryMenu::HandleEvents(const Input &input) {
        }
 }
 
-void InventoryMenu::UpdateWorld(float deltaT) {
+void InventoryMenu::UpdateWorld(Uint32 deltaT) {
 
 }