MCPcopy Create free account
hub / github.com/TankOs/SFGUI / Create

Method Create

src/SFGUI/Image.cpp:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19Image::Ptr Image::Create( const sf::Image& image ) {
20 return Ptr( new Image( image ) );
21}
22
23void Image::SetImage( const sf::Image& image ) {
24 if( !image.getSize().x || !image.getSize().y ) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected