UGDK  0.5.0
 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 MediaPlayer;
8 class MediaManager;
9 
10 template<class T>
11 class Animation;
12 
13 template<class T>
14 class AnimationPlayer;
15 
16 class Scene;
17 class Observer;
18 
19 class SpriteAnimationFrame;
22 
23 } // namespace action
24 } // namespace ugdk
25 
26 #endif
Definition: animation.h:11
Definition: animationplayer.h:16
Definition: animation.h:15