004-SDK框架之LYWSDKUnity3d.cpp

来源:互联网 发布:美工外包价格 编辑:程序博客网 时间:2024/06/05 17:54
#include "LYWSDKUnity3d.h"


void Init(char *jsonParam, LYWSDKCallBack callBack)
{  
    LYWSDKPlatform::getInstance()->init(jsonParam, callBack);
}


void Login(char *jsonParam)

    LYWSDKPlatform::getInstance()->login(jsonParam);
}


void Pay(char *jsonParam)
{  
    LYWSDKPlatform::getInstance()->pay(jsonParam);
}


void BTLiveSDKLoop()
{
    LYWSDKPlatform::getInstance()->loop();
}
原创粉丝点击