00001 00002 // MaterialEditor.h 00004 00005 #include "Volumizer.h" 00006 00007 #ifndef __MATERIALEDITOR_H__ 00008 #define __MATERIALEDITOR_H__ 00009 00010 ATOM RegisterSwatchClass(HINSTANCE); 00011 LRESULT CALLBACK SwatchProc(HWND, UINT, WPARAM, LPARAM); 00012 00013 void EditTransferHandle(histo_handle *handle, HWND hWndParent); 00014 00015 #endif //__MATERIALEDITOR_H__