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

Method Create

src/SFGUI/Fixed.cpp:5–7  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace sfg {
4
5Fixed::Ptr Fixed::Create() {
6 return Ptr( new Fixed );
7}
8
9sf::Vector2f Fixed::CalculateRequisition() {
10 sf::Vector2f requisition( 0.f, 0.f );

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected