]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/states/SelectIkari.h
added forwarding headers
[l2e.git] / src / battle / states / SelectIkari.h
index 02b0e25ff8302a5a5d5f5f872d719c909cc5f647..8e565c4e0abbc3d39317a4e4a2df4f0926ed7d81 100644 (file)
@@ -8,15 +8,12 @@
 #ifndef BATTLE_SELECTIKARI_H_
 #define BATTLE_SELECTIKARI_H_
 
+#include "../fwd.h"
 #include "../../app/State.h"
-
 #include "../../geometry/Vector.h"
 
 namespace battle {
 
-class BattleState;
-class SelectAttackType;
-
 // TODO: looks like item, spell, and ikari select can be merged into one class
 class SelectIkari
 : public app::State {