dustyrotateinterpolatedtask.h

Go to the documentation of this file.
00001 #ifndef __DUSTY_ROTATE_INTERPOLATED_TASK_H__
00002 #define __DUSTY_ROTATE_INTERPOLATED_TASK_H__
00003 
00004 #include "dustyengine.h"
00005 
00006 namespace DustyEngine
00007 {
00008         class VectorInterpolatedTask;
00009     class NodeAffector;
00010 
00012         class DUSTYENGINE_API RotateInterpolatedTask : public DustyEngine::VectorInterpolatedTask, public NodeAffector
00013         {
00014         public:
00015                 RotateInterpolatedTask();
00016 
00017                 virtual ~RotateInterpolatedTask();
00018 
00019                 void OnUpdate();
00020         };
00021 }
00022 
00023 #endif
00024 

Generated on Fri Jan 27 17:31:50 2006 for Dusty Engine by  doxygen 1.4.6-NO