X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fgraphics%2FCharSelect.h;h=4ba68c84f933760d8e1ebabd1cd10ce7abd8cdd9;hb=7582af9fc5f909ef38509c0421e9dbea3c005764;hp=c5d4cd8e844636aec27403d840a350ad835282b1;hpb=9666839d0ca6c794d28226a007870c82ef4ddb20;p=l2e.git diff --git a/src/graphics/CharSelect.h b/src/graphics/CharSelect.h index c5d4cd8..4ba68c8 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(); @@ -48,4 +48,4 @@ private: } -#endif /* GRAPHICS_CHARSELECT_H_ */ +#endif