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

Method MicroPather

Source/Utils/micropather.cpp:485–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

483}
484
485MicroPather::MicroPather( Graph* _graph, unsigned allocate, unsigned typicalAdjacent, bool cache )
486 : pathNodePool( allocate, typicalAdjacent ),
487 graph( _graph ),
488 frame( 0 )
489{
490 MPASSERT( allocate );
491 MPASSERT( typicalAdjacent );
492}
493
494
495MicroPather::~MicroPather()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected