#ifndef CUSTCTRL_INCLUDED
#define CUSTCTRL_INCLUDED


void InitInputCustomControl(void);
HWND CreateInputCustom(HWND hwndParent);


#endif