mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-04-22 06:49:30 +00:00
11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
|
#include "cxCreator.h"
|
||
|
|
||
|
NativeIntfClass* createAppNativeClass(std::string classname)
|
||
|
{
|
||
|
return nullptr;
|
||
|
}
|
||
|
|
||
|
|
||
|
|
||
|
|