Initial community commit
This commit is contained in:
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
|
||||
Reference in New Issue
Block a user