Pharap / Minesweeper

Finally, the Minesweeper game I've had locked in a cellar for several months
Apache License 2.0
7 stars 2 forks source link

Remove redundant function overload #80

Closed Pharap closed 3 years ago

Pharap commented 3 years ago

Arrays of size zero are illegal in standard C++, so this function is superfluous.

Resolves #64