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

Method Create

src/SFGUI/Alignment.cpp:10–12  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10Alignment::Ptr Alignment::Create() {
11 return Ptr( new Alignment );
12}
13
14void Alignment::SetScale( const sf::Vector2f& scale ) {
15 m_scale = scale;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected