24,854
社区成员
发帖
与我相关
我的任务
分享
SDL_Surface *temp_Surface=IMG_Load("assets/animate.png");
if(temp_Surface == NULL)
{
cout << "fail to initialize surface" << endl;
return false;
}

SDL_Surface *temp_Surface=IMG_Load("assets/animate.png");
if(temp_Surface == NULL)
{
cout << "fail to initialize surface" << endl;
return false;
}

