X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FHeroStatus.h;h=fbe21abb5b52aace4183d8241afa439d1ea0c673;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=e24cb6c0db3e6b9e2633f4ec18ed500f7830b3ef;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/menu/HeroStatus.h b/src/menu/HeroStatus.h index e24cb6c..fbe21ab 100644 --- a/src/menu/HeroStatus.h +++ b/src/menu/HeroStatus.h @@ -1,8 +1,13 @@ #ifndef MENU_HEROSTATUS_H_ #define MENU_HEROSTATUS_H_ -#include "fwd.h" -#include "../common/fwd.h" +namespace common { + class Hero; +} +namespace menu { + struct Resources; +} + #include "../math/Vector.h" #include