mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-01-07 12:42:00 -05:00
10 lines
206 B
C++
10 lines
206 B
C++
#include <precomp.h>
|
|
|
|
#include "svc_scriptobji.h"
|
|
|
|
#define CBCLASS svc_scriptObjectI
|
|
START_DISPATCH;
|
|
CB(GETCONTROLLER, getController);
|
|
VCB(ONREGISTER, onRegisterClasses);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|