3#include "common/common.hpp"
4#include "common/junction.hpp"
5#include "nlohmann/json_fwd.hpp"
6#include "util/uuid.hpp"
7#include "util/uuid_ptr.hpp"
17 void update_refs(
class Board &brd);
18 UUID get_uuid()
const;
25 json serialize()
const;
Definition connection_line.hpp:12
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16
a class to store JSON values
Definition json.hpp:177
basic_json<> json
default JSON class
Definition json_fwd.hpp:62