winamp/Src/Wasabi/api/skin/widgets/xuicombobox.h
2024-09-24 14:54:57 +02:00

11 lines
275 B
C++

#ifndef __XUICOMBOBOX_H
#define __XUICOMBOBOX_H
#include <api/skin/widgets/combobox.h>
extern const wchar_t ComboBoxXuiObjectStr[];
extern char ComboBoxXuiSvcName[];
class ComboBoxXuiSvc : public XuiObjectSvc<ComboBox, ComboBoxXuiObjectStr, ComboBoxXuiSvcName> {};
#endif