]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/SmallHeroTag.h
renamed namespace geometry -> math
[l2e.git] / src / battle / SmallHeroTag.h
index 69a6f5c547cf7bb591613569b72d9bf54c036727..7c038017fab49d156ba60083010e9eeba3fed86a 100644 (file)
@@ -2,7 +2,7 @@
 #define BATTLE_SMALLHEROTAG_H_
 
 #include "fwd.h"
-#include "../geometry/Vector.h"
+#include "../math/Vector.h"
 #include "../graphics/fwd.h"
 
 #include <SDL.h>
@@ -16,7 +16,7 @@ public:
        SmallHeroTag(const BattleState *battle, int heroIndex)
        : battle(battle), index(heroIndex) { }
 
-       void Render(SDL_Surface *screen, int width, int height, const geometry::Vector<int> &position) const;
+       void Render(SDL_Surface *screen, int width, int height, const math::Vector<int> &position) const;
 
 private:
        const BattleState *battle;