#pragma once /// Enable or disable echoing of typed characters. Throws std::runtime_error on error. void SetTerminalEcho(bool enable);