animstop.cc
Go to the documentation of this file.00001 //------------------------------------------------------------------------------ 00002 // msg/animstop.cc 00003 // (C) 2005 Radon Labs GmbH 00004 //------------------------------------------------------------------------------ 00005 #include "msg/animstop.h" 00006 00007 namespace Message 00008 { 00009 ImplementRtti(Message::AnimStop, Message::Msg); 00010 ImplementFactory(Message::AnimStop); 00011 ImplementMsgId(AnimStop); 00012 };