#pragma once

#include "Protocol.hpp"

namespace Generator {

// Generator is using the manual mode with some encapsulation for setting up. No further functions required
void Setup(Protocol::GeneratorSettings g);

}