]> git.localhorst.tv Git - l2e.git/blob - src/menu/fwd.h
added party menu state stub
[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 PartyMenu;
14 struct Resources;
15
16 }
17
18 #endif /* MENU_FWD_H_ */