UGDK  0.5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
system.h
Go to the documentation of this file.
1 #ifndef UGDK_SYSTEM_H_
2 #define UGDK_SYSTEM_H_
3 
4 #include <functional>
5 
6 namespace ugdk {
7 namespace system {
8 
9 struct Configuration;
10 class EventHandler;
11 class TaskPlayer;
12 class Task;
13 class SDLEventHandler;
14 
15 } // namespace system
16 } // namespace ugdk
17 
18 #endif
Definition: animation.h:11