4 * Created on: Oct 9, 2012
8 #ifndef COMMON_GAMECONFIG_H_
9 #define COMMON_GAMECONFIG_H_
12 #include "../battle/fwd.h"
13 #include "../menu/fwd.h"
23 battle::Resources *battleResources;
24 battle::PartyLayout *heroesLayout;
26 menu::Resources *menuResources;
32 #endif /* COMMON_GAMECONFIG_H_ */