MCPcopy Create free account
hub / github.com/alecthomas/entityx / Renderable

Method Renderable

examples/example.cc:60–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58
59struct Renderable {
60 explicit Renderable(std::unique_ptr<sf::Shape> shape) : shape(std::move(shape)) {}
61
62 std::unique_ptr<sf::Shape> shape;
63};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected