#ifndef OPENMW_COMPONENTS_FILES_ISTREAMPTR_H #define OPENMW_COMPONENTS_FILES_ISTREAMPTR_H #include #include namespace Files { using IStreamPtr = std::unique_ptr; } #endif