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