#pragma once #include #include void EnableRecording(std::string path); void RecordInput(std::string_view content); void RecordOutput(std::string_view content);