#pragma once #include #include "Stream.h" namespace Utils { std::string GetLine(Framework::CStream*, bool = true); }