winamp/Src/Wasabi/api/skin/widgets/xuihistoryedit.h
2024-09-24 14:54:57 +02:00

11 lines
314 B
C++

#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