#ifndef _COMBOSKIN_H #define _COMBOSKIN_H #include class ComboSkin { public: ComboSkin(HWND hwnd); ~ComboSkin(); int token; }; #endif