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