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

Method ~StaticObject

engine/src/objects.cpp:17–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15}
16
17StaticObject::~StaticObject()
18{
19}
20
21//MovingObject
22MovingObject::MovingObject(Vector2 _position, Vector2 _size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected