added more tests
This commit is contained in:
@@ -15,7 +15,7 @@ enum class Color : uint8_t {
|
||||
|
||||
struct location
|
||||
{
|
||||
unsigned long id{};
|
||||
unsigned int id{};
|
||||
std::string name;
|
||||
coordinate coord;
|
||||
Color color{Color::Green};
|
||||
|
||||
Reference in New Issue
Block a user