mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-08 10:31:58 -05:00
10 lines
275 B
C++
10 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
|