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