Main Page | Class Hierarchy | Class List | File List | Class Members | Related Pages

D:/Programming/GUI Editor (Source)/AddResourceSettings.cpp

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 }

Generated on Sun Jul 17 21:34:26 2005 for OpenGL GUI by doxygen 1.3.8