animplay.h
Go to the documentation of this file.00001 #ifndef MSG_ANIMPLAY_H 00002 #define MSG_ANIMPLAY_H 00003 //------------------------------------------------------------------------------ 00011 #include "message/msg.h" 00012 00013 //------------------------------------------------------------------------------ 00014 namespace Message 00015 { 00016 class AnimPlay : public Message::Msg 00017 { 00018 DeclareRtti; 00019 DeclareFactory(AnimPlay); 00020 DeclareMsgId; 00021 }; 00022 00023 RegisterFactory(AnimPlay); 00024 00025 }; // namespace Msg 00026 //------------------------------------------------------------------------------ 00027 #endif 00028