X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FCharSelect.h;h=6859dfe82980c21ae8a4414ff2febf8a0346ec51;hb=a3ba4dc677ad7c92eeb78b20b642241563605c9d;hp=c5d4cd8e844636aec27403d840a350ad835282b1;hpb=ef2496b3cb7ce66b7f831278be66261834b732e5;p=l2e.git diff --git a/src/graphics/CharSelect.h b/src/graphics/CharSelect.h index c5d4cd8..6859dfe 100644 --- a/src/graphics/CharSelect.h +++ b/src/graphics/CharSelect.h @@ -1,7 +1,7 @@ #ifndef GRAPHICS_CHARSELECT_H_ #define GRAPHICS_CHARSELECT_H_ -#include "../geometry/Vector.h" +#include "../math/Vector.h" #include @@ -18,7 +18,7 @@ public: static const int TYPE_ID = 411; public: - void Draw(SDL_Surface *screen, const geometry::Vector &position) const; + void Draw(SDL_Surface *screen, const math::Vector &position) const; void NextCol(); void PreviousCol();