AutonomyGrid typedef

AutonomyGrid = List<List<MapCellData>>

A 2D array of MapCellData to represent a coordinate grid

Implementation

typedef AutonomyGrid = List<List<MapCellData>>;