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

Method MovingObject

engine/src/objects.cpp:22–26  ·  view source on GitHub ↗

MovingObject

Source from the content-addressed store, hash-verified

20
21//MovingObject
22MovingObject::MovingObject(Vector2 _position, Vector2 _size)
23{
24 position = _position;
25 size = _size;
26}
27
28MovingObject::~MovingObject()
29{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected