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