X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FSpellMenu.h;h=8ad86f398625bd82f2be951a39e5bf44cd1ae36f;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=4bfcb015200ce8d8d33d2ceeb95c78c6b1c7d2e0;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/menu/SpellMenu.h b/src/menu/SpellMenu.h index 4bfcb01..8ad86f3 100644 --- a/src/menu/SpellMenu.h +++ b/src/menu/SpellMenu.h @@ -1,10 +1,19 @@ #ifndef MENU_SPELLMENU_H_ #define MENU_SPELLMENU_H_ -#include "fwd.h" +namespace common { + class Hero; + class Spell; +} +namespace math { + template + class Vector; +} +namespace menu { + class PartyMenu; +} + #include "../app/State.h" -#include "../common/fwd.h" -#include "../math/Vector.h" #include "../graphics/Menu.h" namespace menu {