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