mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-18 07:45:46 -04:00
Initial community commit
This commit is contained in:
10
Src/Wasabi/api/skin/widgets/xuicombobox.h
Normal file
10
Src/Wasabi/api/skin/widgets/xuicombobox.h
Normal file
@ -0,0 +1,10 @@
|
||||
#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
|
Reference in New Issue
Block a user