cx-cocos/cx-framework3.1/cx-native/cxJsb.hpp
2021-06-07 15:13:32 +08:00

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);