11 lines
216 B
C++
11 lines
216 B
C++
#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);
|
|
|
|
}
|