3 #include "nlohmann/json_fwd.hpp"
5 #include "util/uuid.hpp"
8 #include "util/file_version.hpp"
20 static Entity new_from_file(
const std::string &filename,
IPool &pool);
21 static unsigned int get_app_version();
24 std::string manufacturer;
26 std::set<std::string> tags;
27 std::map<UUID, Gate> gates;
30 json serialize()
const;
31 void update_refs(
IPool &pool);
32 UUID get_uuid()
const;
Definition: entity.hpp:13
Definition: file_version.hpp:9
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