MCPcopy Create free account
hub / github.com/atraczyk/2d-engine / ~WorldRect

Method ~WorldRect

engine/src/rectangle.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36WorldRect::~WorldRect(void)
37{
38}
39
40int WorldRect::iTop() { return (int)((y + h)); }
41int WorldRect::iLeft() { return (int)((x)); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected