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