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