MCPcopy Create free account
hub / github.com/OneLoneCoder/olcPixelGameEngine / Renderable

Method Renderable

olcPixelGameEngine.h:1186–1186  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1184 {
1185 public:
1186 Renderable() = default;
1187 Renderable(Renderable&& r) = default;
1188 Renderable& operator=(Renderable&& r) = default;
1189 Renderable(const Renderable&) = delete;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected