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