]> git.localhorst.tv Git - l2e.git/blobdiff - src/loader/Interpreter.cpp
moved Hero and Stats to common
[l2e.git] / src / loader / Interpreter.cpp
index 0b81323b03b39fc4800ae64cc38317e5e21ddc15..28e9b39335d2f13c13ecc7c0226d1ecf69589c6e 100644 (file)
@@ -15,6 +15,7 @@
 #include "../common/Ikari.h"
 #include "../common/Item.h"
 #include "../common/Spell.h"
+#include "../common/Stats.h"
 #include "../common/TargetingMode.h"
 #include "../graphics/ComplexAnimation.h"
 #include "../graphics/Font.h"
 using battle::Hero;
 using battle::Monster;
 using battle::PartyLayout;
-using battle::Stats;
 using common::Ikari;
 using common::Item;
 using common::Spell;
+using common::Stats;
 using common::TargetingMode;
 using graphics::Animation;
 using graphics::Color;