2048.cpp icon indicating copy to clipboard operation
2048.cpp copied to clipboard

gameboard.hpp: don't redefine class point2D_t as struct

Open scivision opened this issue 2 years ago • 0 comments

It seems that gameboard.hpp should include point2d.hpp instead of redefining point2d_t as a struct instead of a class

scivision avatar Jun 24 '22 22:06 scivision