UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
ui.h
Go to the documentation of this file.
1 #ifndef UGDK_UI_H_
2 #define UGDK_UI_H_
3 
4 namespace ugdk {
5 namespace ui {
6 
7 class Button;
8 class Menu;
9 class UIElement;
10 class Node;
11 
12 class Drawable;
13 class DrawablePrimitive;
14 class TexturedRectangle;
15 
16 } // namespace ui
17 } // namespace ugdk
18 
19 #endif // UGDK_UI_H_
Definition: button.h:14
Definition: animation.h:11
Definition: texturedrectangle.h:11
Definition: menu.h:27
Definition: drawable.h:13
Definition: primitive.h:12
Definition: uielement.h:12
Definition: node.h:16