]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectMoveAction.cpp
removed useless comments
[l2e.git] / src / battle / states / SelectMoveAction.cpp
index 74e86281c3761097bc75e149e41ce51fed696c7c..d7898742be336598aec7946c4ea9e4badaa2373a 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SelectMoveAction.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "SelectMoveAction.h"
 
 #include "RunState.h"
@@ -14,6 +7,7 @@
 #include "../MoveMenu.h"
 #include "../../app/Application.h"
 #include "../../app/Input.h"
+#include "../../math/Vector.h"
 
 using app::Application;
 using app::Input;
@@ -68,7 +62,7 @@ void SelectMoveAction::HandleEvents(const Input &input) {
        }
 }
 
-void SelectMoveAction::UpdateWorld(float deltaT) {
+void SelectMoveAction::UpdateWorld(Uint32 deltaT) {
 
 }