cx-cocos/cx-framework3.1/cx-native/cxCreator.h

16 lines
270 B
C
Raw Normal View History

2021-06-07 07:13:32 +00:00
#pragma once
#include "cxDefine.h"
#if CC_PLATFORM != CC_PLATFORM_ANDROID
extern NativeIntfClass* createAppNativeClass(std::string classname);
#endif
class NativeCreator
{
public:
static NativeIntfClass* createNativeClass(std::string classname);
};