00001 /* === S Y N F I G ========================================================= */ 00021 /* ========================================================================= */ 00022 00023 /* === S T A R T =========================================================== */ 00024 00025 #ifndef __SYNFIG_STUDIO_STATE_MIRROR_H 00026 #define __SYNFIG_STUDIO_STATE_MIRROR_H 00027 00028 /* === H E A D E R S ======================================================= */ 00029 00030 #include "../smach.h" 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 StateMirror_Context; 00041 00042 class StateMirror : public Smach::state<StateMirror_Context> 00043 { 00044 public: 00045 StateMirror(); 00046 ~StateMirror(); 00047 }; // END of class StateMirror 00048 00049 extern StateMirror state_mirror; 00050 00051 }; // END of namespace studio 00052 00053 /* === E N D =============================================================== */ 00054 00055 #endif