]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/TransitionState.cpp
removed lazy fwd headers
[l2e.git] / src / map / TransitionState.cpp
index 4490f83b37b0170d2bc22b2f8d22250ad165e2f6..97712cdf32a15a3302bd7db15cef52aa65b020fe 100644 (file)
@@ -1,19 +1,13 @@
-/*
- * TransitionState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "TransitionState.h"
 
 #include "MapState.h"
 #include "../app/Application.h"
+#include "../math/Vector.h"
 
 using app::Application;
 using app::State;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace map {
 
@@ -52,7 +46,7 @@ void TransitionState::HandleEvents(const Input &input) {
 }
 
 
-void TransitionState::UpdateWorld(float deltaT) {
+void TransitionState::UpdateWorld(Uint32 deltaT) {
 
 }