Exemple #1
0
void SFMLTexture_c::Save(const std::string& file)
{
    texture.SaveToFile(file);
}