blob: 05d9f00a1960ebe11a1db6153e3ffd6401862e21 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
#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
|