X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FSelectHero.h;h=45ecace4b3834ba52fa736000f9abab528331cdb;hb=ec824200aec12d6870b70304bcd2e2aeadba767b;hp=8f7f9f4a4882f5b505802b2a9b9f5b21ce2762d6;hpb=5d1a76ae7725af998c6ee46adfe492c68ee1d34f;p=l2e.git diff --git a/src/menu/SelectHero.h b/src/menu/SelectHero.h index 8f7f9f4..45ecace 100644 --- a/src/menu/SelectHero.h +++ b/src/menu/SelectHero.h @@ -1,10 +1,16 @@ #ifndef MENU_SELECTHERO_H_ #define MENU_SELECTHERO_H_ -#include "fwd.h" +namespace common { + struct GameConfig; +} +namespace menu { + class PartyMenu; + struct Resources; +} + #include "../app/State.h" #include "../app/Timer.h" -#include "../common/fwd.h" #include @@ -57,4 +63,4 @@ private: } -#endif /* MENU_SELECTHERO_H_ */ +#endif