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

11 lines
314 B
C
Raw Normal View History

2024-09-24 12:54:57 +00:00
#ifndef __XUIHISTORYEDITBOX_H
#define __XUIHISTORYEDITBOX_H
#include <api/skin/widgets/historyeditbox.h>
extern const wchar_t HistoryEditXuiObjectStr[];
extern char HistoryEditXuiSvcName[];
class HistoryEditXuiSvc : public XuiObjectSvc<HistoryEditBox, HistoryEditXuiObjectStr, HistoryEditXuiSvcName> {};
#endif