]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/CharSelect.h
renamed namespace geometry -> math
[l2e.git] / src / graphics / CharSelect.h
index c5d4cd8e844636aec27403d840a350ad835282b1..6859dfe82980c21ae8a4414ff2febf8a0346ec51 100644 (file)
@@ -1,7 +1,7 @@
 #ifndef GRAPHICS_CHARSELECT_H_
 #define GRAPHICS_CHARSELECT_H_
 
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 
 #include <SDL.h>
 
@@ -18,7 +18,7 @@ public:
        static const int TYPE_ID = 411;
 
 public:
-       void Draw(SDL_Surface *screen, const geometry::Vector<int> &position) const;
+       void Draw(SDL_Surface *screen, const math::Vector<int> &position) const;
 
        void NextCol();
        void PreviousCol();