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