00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_STUDIO_STATE_SMOOTHMOVE_H 00026 #define __SYNFIG_STUDIO_STATE_SMOOTHMOVE_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include "smach.h" 00031 00032 00033 /* === M A C R O S ========================================================= */ 00034 00035 /* === T Y P E D E F S ===================================================== */ 00036 00037 /* === C L A S S E S & S T R U C T S ======================================= */ 00038 00039 namespace studio { 00040 00041 class StateSmoothMove_Context; 00042 00043 class StateSmoothMove : public Smach::state<StateSmoothMove_Context> 00044 { 00045 public: 00046 StateSmoothMove(); 00047 ~StateSmoothMove(); 00048 }; // END of class StateSmoothMove 00049 00050 extern StateSmoothMove state_smooth_move; 00051 00052 }; // END of namespace studio 00053 00054 /* === E N D =============================================================== */ 00055 00056 #endif