UGDK  0.4.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
action.h
Go to the documentation of this file.
1 #ifndef UGDK_ACTION_H_
2 #define UGDK_ACTION_H_
3 
4 namespace ugdk {
5 namespace action {
6 
7 class Animation;
8 class AnimationManager;
9 class AnimationSet;
10 class Scene;
11 class Entity;
12 class Observer;
13 class Task;
14 
15 } // namespace action
16 } // namespace ugdk
17 
18 #endif