00001 #include "StdAfx.h" 00002 #include "AddTextureSettings.h" 00003 00004 CAddResourceSettings::CAddResourceSettings() 00005 { 00006 m_bUpdateRequired = false; 00007 } 00008 00009 CAddResourceSettings::~CAddResourceSettings() 00010 { 00011 00012 } 00013 00014 bool CAddResourceSettings::PropertyChanging( const void* pvProperty , void* pvNewValue ) 00015 { 00016 return true; 00017 } 00018 00019 void CAddResourceSettings::GetProperties( EPropList& PropList ) 00020 { 00021 00022 }