]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/PartyLayout.cpp
renamed namespace geometry -> math
[l2e.git] / src / battle / PartyLayout.cpp
index c9451cbc6cf22fbfdd2cdb3ea47af493b00d7edf..e46b276d685b038efe2ce04bbf9f07295c40827e 100644 (file)
@@ -1,16 +1,9 @@
-/*
- * PartyLayout.cpp
- *
- *  Created on: Aug 5, 2012
- *      Author: holy
- */
-
 #include "PartyLayout.h"
 
 #include "../loader/Interpreter.h"
 #include "../loader/TypeDescription.h"
 
-using geometry::Vector;
+using math::Vector;
 using loader::FieldDescription;
 using loader::Interpreter;
 using loader::TypeDescription;