]> git.localhorst.tv Git - l2e.git/blob - src/graphics/fwd.h
added camera class
[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 Camera;
16 class Color;
17 class ComplexAnimation;
18 class Font;
19 class Frame;
20 class Gauge;
21 template<class T>
22 class Menu;
23 struct MenuProperties;
24 class SimpleAnimation;
25 class Sprite;
26
27 }
28
29 #endif /* GRAPHICS_FWD_H_ */