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