#pragma once namespace Worker { void Initialize(); void Uninitialize(); bool IsWorker(); } #include "Runner.hpp"