// // LebianBridge.mm // // Created by version on 2021/1/29. // Copyright © 2021 wenting. All rights reserved. // #import #import extern "C" void setGameUserInfo(const char * roleName, const char * roleAccount, const char * roleId) { } extern "C" void setUserInfoEx(const char * roleName, const char * roleAccount,const char * roleId, const char * serverName, const char * channelName, const char * gameJson) { } extern "C" const char * setGuardId(int guardId) { }