Initial community commit
This commit is contained in:
parent
537bcbc862
commit
fc06254474
16440 changed files with 4239995 additions and 2 deletions
12
Src/Wasabi/api/application/wkc.cpp
Normal file
12
Src/Wasabi/api/application/wkc.cpp
Normal file
|
@ -0,0 +1,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
|
Loading…
Add table
Add a link
Reference in a new issue