attrset.cc
Go to the documentation of this file.00001 //------------------------------------------------------------------------------ 00002 // game/attrset.h 00003 // (C) 2005 Radon Labs GmbH 00004 //------------------------------------------------------------------------------ 00005 #include "game/attrset.h" 00006 00007 namespace Game 00008 { 00009 ImplementRtti(Game::AttrSet, Foundation::RefCounted); 00010 00011 00012 };