mirror of
https://github.com/WinampDesktop/winamp.git
synced 2024-12-04 04:11:03 -05:00
12 lines
251 B
C++
12 lines
251 B
C++
#include <precomp.h>
|
|
|
|
#include "wkc.h"
|
|
|
|
#define CBCLASS WasabiKernelControllerI
|
|
START_DISPATCH;
|
|
CB(TESTCOMPONENT, testComponent);
|
|
CB(TESTSCRIPT, testScript);
|
|
CB(TESTSKIN, testSkin);
|
|
CB(TESTSKINFILE, testSkinFile);
|
|
END_DISPATCH;
|
|
#undef CBCLASS
|