mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 21:41:00 -05:00
10 lines
311 B
C++
10 lines
311 B
C++
#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
|