Upgraded to the latest winlibs/gcc 14.
This commit is contained in:
parent
5a6494acf5
commit
290affa49a
11 changed files with 20 additions and 13 deletions
1
map.cpp
1
map.cpp
|
@ -13,6 +13,7 @@ using namespace fmt;
|
|||
Map::Map(size_t width, size_t height) :
|
||||
$width(width),
|
||||
$height(height),
|
||||
$tiles(height, matrix::Row(width, INV_WALL)),
|
||||
$walls(height, matrix::Row(width, INV_WALL)),
|
||||
$paths(width, height)
|
||||
{}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue