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

25 lines
390 B
C++

#ifndef _MB_H
#define _MB_H
#include "../ns_database/nde.h"
#include "../studio/wac.h"
#define WACNAME WACmb
class GenWnd;
class WACNAME : public WAComponentClient {
public:
WACNAME();
virtual ~WACNAME();
virtual const char *getName() { return "Internet Explorer ActiveX MiniBrowser Service"; };
virtual GUID getGUID();
private:
};
extern WACNAME *wacmb;
#endif