audioproperty.cc
Go to the documentation of this file.00001 //------------------------------------------------------------------------------ 00002 // properties/audioproperty.h 00003 // (C) 2005 Radon Labs GmbH 00004 //------------------------------------------------------------------------------ 00005 #include "properties/audioproperty.h" 00006 00007 namespace Properties 00008 { 00009 ImplementRtti(Properties::AudioProperty, Game::Property); 00010 ImplementFactory(Properties::AudioProperty); 00011 00012 00013 }; // namespace Properties