UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
desktop.h
Go to the documentation of this file.
1 #ifndef UGDK_DESKTOP_H_
2 #define UGDK_DESKTOP_H_
3 
4 #include <ugdk/system/config.h>
5 
6 namespace ugdk {
7 namespace desktop {
8 
9 class Manager;
10 class Window;
11 struct WindowSettings;
12 
13 #ifdef UGDK_3D_ENABLED
14 namespace mode3d {
15 class Manager;
16 class Window;
17 }
18 #else
19 namespace mode2d {
20 class Manager;
21 class Window;
22 }
23 #endif
24 
25 } // namespace desktop
26 } // namespace ugdk
27 
28 #endif // UGDK_DESKTOP_H_
Definition: animation.h:11
Definition: manager.h:19
Definition: window.h:17