#pragma once #include #include #include #include "../../DesktopEditor/common/Types.h" namespace CFCPP { using Stream = std::shared_ptr; std::streamsize Length(const Stream& st); }