]> git.localhorst.tv Git - l2e.git/blobdiff - src/map/TransitionState.cpp
renamed namespace geometry -> math
[l2e.git] / src / map / TransitionState.cpp
index 4490f83b37b0170d2bc22b2f8d22250ad165e2f6..7ea358898ab5c57105f054af58ccd1bddc83b85b 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * TransitionState.cpp
- *
- *  Created on: Oct 7, 2012
- *      Author: holy
- */
-
 #include "TransitionState.h"
 
 #include "MapState.h"
@@ -13,7 +6,7 @@
 using app::Application;
 using app::State;
 using app::Input;
-using geometry::Vector;
+using math::Vector;
 
 namespace map {