MCPcopy Create free account
hub / github.com/OpenFodder/openfodder / Block

Class Block

Source/Utils/micropather.h:314–318  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

312
313 private:
314 struct Block
315 {
316 Block* nextBlock;
317 PathNode pathNode[1];
318 };
319
320 unsigned Hash( cPosition voidval );
321 unsigned HashSize() const { return 1<<hashShift; }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected