示例#1
0
文件: main.cpp 项目: bcsanches/wadlib
void SFMLTexture_c::Save(const std::string& file)
{
    texture.SaveToFile(file);
}