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

Method StaticObject

engine/src/objects.cpp:11–15  ·  view source on GitHub ↗

StaticObject

Source from the content-addressed store, hash-verified

9
10//StaticObject
11StaticObject::StaticObject(Vector2 _position, Vector2 _size)
12{
13 position = _position;
14 size = _size;
15}
16
17StaticObject::~StaticObject()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected