mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-19 17:55:52 +01:00
9 lines
166 B
C++
9 lines
166 B
C++
#include <precomp.h>
|
|
#include "customobject.h"
|
|
|
|
#define CBCLASS CustomObjectI
|
|
START_DISPATCH;
|
|
VCB(CUSTOMOBJECT_SETROOTWND, customobject_setRootWnd);
|
|
END_DISPATCH;
|
|
|