]> git.localhorst.tv Git - l2e.git/blob - src/menu/fwd.h
added hero status tags in party menu
[l2e.git] / src / menu / fwd.h
1 /*
2  * fwd.h
3  *
4  *  Created on: Oct 21, 2012
5  *      Author: holy
6  */
7
8 #ifndef MENU_FWD_H_
9 #define MENU_FWD_H_
10
11 namespace menu {
12
13 class HeroStatus;
14 class PartyMenu;
15 struct Resources;
16
17 }
18
19 #endif /* MENU_FWD_H_ */