X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fcommon%2FGameConfig.h;h=a3158e71222b4505a62fefa5a667c270899a9c1c;hb=092a2dd175a4001a495c84ee85211734fb928c83;hp=4da5ff36a9812a3cfcde615324539bc6479020cd;hpb=c49d46cbfbd7720627af2414e94963850fe8eed6;p=l2e.git diff --git a/src/common/GameConfig.h b/src/common/GameConfig.h index 4da5ff3..a3158e7 100644 --- a/src/common/GameConfig.h +++ b/src/common/GameConfig.h @@ -1,9 +1,16 @@ #ifndef COMMON_GAMECONFIG_H_ #define COMMON_GAMECONFIG_H_ -#include "fwd.h" -#include "../battle/fwd.h" -#include "../menu/fwd.h" +namespace battle { + class PartyLayout; + struct Resources; +} +namespace common { + struct GameState; +} +namespace menu { + struct Resources; +} namespace common {