]> git.localhorst.tv Git - l2e.git/blob - src/graphics/fwd.h
added forwarding headers
[l2e.git] / src / graphics / fwd.h
1 /*
2  * fwd.h
3  *
4  *  Created on: Sep 29, 2012
5  *      Author: holy
6  */
7
8 #ifndef GRAPHICS_FWD_H_
9 #define GRAPHICS_FWD_H_
10
11 namespace graphics {
12
13 class Animation;
14 class AnimationRunner;
15 class Color;
16 class ComplexAnimation;
17 class Font;
18 class Frame;
19 class Gauge;
20 template<class T>
21 class Menu;
22 struct MenuProperties;
23 class SimpleAnimation;
24 class Sprite;
25
26 }
27
28 #endif /* GRAPHICS_FWD_H_ */