mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-11 21:41:00 -05:00
8 lines
166 B
C++
8 lines
166 B
C++
#include <precomp.h>
|
|
#include "customobject.h"
|
|
|
|
#define CBCLASS CustomObjectI
|
|
START_DISPATCH;
|
|
VCB(CUSTOMOBJECT_SETROOTWND, customobject_setRootWnd);
|
|
END_DISPATCH;
|
|
|