]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectAttackType.cpp
removed useless comments
[l2e.git] / src / battle / states / SelectAttackType.cpp
index 9f6e561be43fadea59adcd44eeec6ea0ea022a65..20ab7a4db4f05b90271797217940d0622553d49e 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * SelectAttackType.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "SelectAttackType.h"
 
 #include "SelectIkari.h"
@@ -17,6 +10,7 @@
 #include "../../app/Application.h"
 #include "../../app/Input.h"
 #include "../../common/Item.h"
+#include "../../math/Vector.h"
 
 #include <stdexcept>
 
@@ -121,7 +115,7 @@ void SelectAttackType::HandleEvents(const Input &input) {
        }
 }
 
-void SelectAttackType::UpdateWorld(float deltaT) {
+void SelectAttackType::UpdateWorld(Uint32 deltaT) {
 
 }