#ifndef OPENMW_COMPONENTS_FILES_OPENFILE_H #define OPENMW_COMPONENTS_FILES_OPENFILE_H #include #include #include #include namespace Files { std::unique_ptr openBinaryInputFileStream(const std::filesystem::path& path); } #endif