#pragma once #include class ControlServer; class ControlServices; class OpenGLComposite; class OscServer; class RuntimeHost; bool StartControlServicesBoundary( OpenGLComposite& composite, RuntimeHost& runtimeHost, ControlServices& controlServices, ControlServer& controlServer, OscServer& oscServer, std::string& error);