Horizon
Loading...
Searching...
No Matches
iblock_schematic_provider.hpp
1#pragma once
2
3namespace horizon {
5public:
6 virtual class Schematic &get_schematic(const class UUID &uu) = 0;
7};
8} // namespace horizon
Definition iblock_schematic_provider.hpp:4
A Schematic is the visual representation of a Block.
Definition schematic.hpp:29
This class encapsulates a UUID and allows it to be uses as a value type.
Definition uuid.hpp:16