]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/RunState.cpp
removed useless comments
[l2e.git] / src / battle / states / RunState.cpp
index 311e0f35c3cc8b8c7aba89350901da1c762a3e92..7e7dfc49b5ceb04262287a8c04886d39cd9027ed 100644 (file)
@@ -1,16 +1,9 @@
-/*
- * RunState.cpp
- *
- *  Created on: Aug 10, 2012
- *      Author: holy
- */
-
 #include "RunState.h"
 
 #include "../BattleState.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
-#include "../../geometry/Vector.h"
+#include "../../math/Vector.h"
 #include "../../graphics/Font.h"
 #include "../../graphics/Frame.h"
 
@@ -18,7 +11,7 @@
 
 using app::Application;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace battle {
 
@@ -52,7 +45,7 @@ void RunState::HandleEvents(const Input &input) {
 }
 
 
-void RunState::UpdateWorld(float deltaT) {
+void RunState::UpdateWorld(Uint32 deltaT) {
 
 }