]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SwapHeroes.cpp
removed lazy fwd headers
[l2e.git] / src / battle / states / SwapHeroes.cpp
index 9bde2b39202a1196c632690ecc5ff216083fbf6a..c9fad2dbbbb4501452200c3bd039e890ca046763 100644 (file)
@@ -11,6 +11,7 @@
 #include "../BattleState.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
+#include "../../math/Vector.h"
 
 using app::Application;
 using app::Input;
@@ -110,7 +111,7 @@ void SwapHeroes::MoveLeft() {
 }
 
 
-void SwapHeroes::UpdateWorld(float deltaT) {
+void SwapHeroes::UpdateWorld(Uint32 deltaT) {
 
 }