]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/Frame.cpp
renamed namespace geometry -> math
[l2e.git] / src / graphics / Frame.cpp
index 86b9cd25d5d7b5d06c0213aea81ef303db945b96..f9d88253a440bd1e0b9f7d8b4756c4554e1332ff 100644 (file)
@@ -1,17 +1,10 @@
-/*
- * Frame.cpp
- *
- *  Created on: Aug 7, 2012
- *      Author: holy
- */
-
 #include "Frame.h"
 
 #include "Texture.h"
 #include "../loader/Interpreter.h"
 #include "../loader/TypeDescription.h"
 
-using geometry::Vector;
+using math::Vector;
 using loader::FieldDescription;
 using loader::Interpreter;
 using loader::TypeDescription;