UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
graphic.h
Go to the documentation of this file.
1 #ifndef UGDK_GRAPHIC_H_
2 #define UGDK_GRAPHIC_H_
3 
4 namespace ugdk {
5 namespace graphic {
6 
7 // Drawables
8 class Drawable;
9 class Shape;
10 
11 class Text;
12 class Sprite;
13 class SolidRectangle;
14 class TexturedRectangle;
15 
16 // Extra
17 class Font;
18 class Image;
19 class Light;
20 class Modifier;
21 class Node;
22 class Texture;
23 class Spritesheet;
24 
25 // Managers
26 class TextManager;
27 class VideoManager;
28 
29 } // namespace graphic
30 } // namespace ugdk
31 
32 #endif