mirror of
https://github.com/blanking003/cx-cocos.git
synced 2024-12-26 11:49:01 +00:00
12 lines
296 B
C++
12 lines
296 B
C++
#pragma once
|
|
|
|
#include "cocos/bindings/jswrapper/SeApi.h"
|
|
|
|
extern se::Object* __jsb_NativeCreator_proto;
|
|
extern se::Class* __jsb_NativeCreator_class;
|
|
|
|
bool js_register_NativeCreator(se::Object* obj);
|
|
bool register_all_cx(se::Object* obj);
|
|
SE_DECLARE_FUNC(js_cx_NativeCreator_createNativeClass);
|
|
|