UGDK
src/ugdk/action.h
Go to the documentation of this file.
00001 #ifndef UGDK_ACTION_H_
00002 #define UGDK_ACTION_H_
00003 
00004 namespace ugdk {
00005 namespace action {
00006 
00007 class Animation;
00008 class AnimationManager;
00009 class AnimationSet;
00010 class Scene;
00011 class Entity;
00012 class Observer;
00013 class Task;
00014 
00015 }  // namespace action
00016 }  // namespace ugdk
00017 
00018 #endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines