MCPcopy Create free account
hub / github.com/Hopson97/HopsonCraft / Array2D

Method Array2D

Source/Util/Array2D.h:12–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10{
11 public:
12 Array2D()
13 {
14 reset();
15 }
16
17 T& at(uint32_t xPos, uint32_t yPos)
18 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected