]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/HeroStatus.cpp
renamed namespace geometry -> math
[l2e.git] / src / menu / HeroStatus.cpp
index 5bc0c3b51205e34edf0ee8cb5136ffde40c0afff..919fd8553065dae2ca56524a3824c2561d60418f 100644 (file)
@@ -1,10 +1,3 @@
-/*
- * HeroStatus.cpp
- *
- *  Created on: Oct 21, 2012
- *      Author: holy
- */
-
 #include "HeroStatus.h"
 
 #include "Resources.h"
@@ -12,7 +5,7 @@
 #include "../graphics/Font.h"
 #include "../graphics/Sprite.h"
 
-using geometry::Vector;
+using math::Vector;
 
 namespace menu {