00001 00002 // SplitterWnd.h 00004 #include "Volumizer.h" 00005 00006 #ifndef __SPLITTERWND_H__ 00007 #define __SPLITTERWND_H__ 00008 00009 #define SPLITTER_WIDTH 2 00010 00011 ATOM RegisterSplitterClass(HINSTANCE hInstance); 00012 LRESULT CALLBACK SplitterProc(HWND, UINT, WPARAM, LPARAM); 00013 00014 #endif //__SPLITTERWND_H__