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

Method Entity

engine/src/entity.cpp:79–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79Entity::Entity() { atlas = NULL; }
80
81void Entity::initialize(float x, float y, float w, float h, float pl, float pr,
82 float pt, float pb, TileAtlas* ptexatlas)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected