winamp/Src/Wasabi/api/skin/widgets/xuidropdownlist.h

11 lines
311 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef __XUIDROPDOWNLIST_H
#define __XUIDROPDOWNLIST_H
#include <api/skin/widgets/dropdownlist.h>
extern const wchar_t DropDownListXuiObjectStr[];
extern char DropDownListXuiSvcName[];
class DropDownListXuiSvc : public XuiObjectSvc<DropDownList, DropDownListXuiObjectStr, DropDownListXuiSvcName> {};
#endif