]> git.localhorst.tv Git - l2e.git/blob - src/menu/Resources.h
c65a7cb478af85d9b7f12d1367fe2b70cfd3602b
[l2e.git] / src / menu / Resources.h
1 /*
2  * Resources.h
3  *
4  *  Created on: Oct 21, 2012
5  *      Author: holy
6  */
7
8 #ifndef MENU_RESOURCES_H_
9 #define MENU_RESOURCES_H_
10
11 #include "../graphics/fwd.h"
12
13 namespace menu {
14
15 struct Resources {
16
17         graphics::Texture *menubg;
18
19         graphics::Font *normalFont;
20
21         graphics::Sprite *statusLabels;
22
23         graphics::Frame *statusFrame;
24
25         Resources();
26
27 };
28
29 }
30
31 #endif /* MENU_RESOURCES_H_ */