Agliullov D.A. Lab Work 2 Base #2

Closed
d.agliullov wants to merge 17 commits from Lab2 into Lab1
Showing only changes of commit 020c73c4d1 - Show all commits

View File

@ -160,6 +160,9 @@ namespace AirBomber
return bmp;
}
/// <summary>
/// Генерация карты. При перегрузки определить поля _map, _size_x, _size_y
/// </summary>
protected abstract void GenerateMap();
protected abstract void DrawRoadPart(Graphics g, int i, int j);
protected abstract void DrawBarrierPart(Graphics g, int i, int j);