]> git.localhorst.tv Git - l2e.git/blobdiff - src/graphics/CharSelect.h
removed useless comments
[l2e.git] / src / graphics / CharSelect.h
index c5d4cd8e844636aec27403d840a350ad835282b1..4ba68c84f933760d8e1ebabd1cd10ce7abd8cdd9 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();
@@ -48,4 +48,4 @@ private:
 
 }
 
-#endif /* GRAPHICS_CHARSELECT_H_ */
+#endif