// SPDX-License-Identifier: MIT #pragma once #include namespace FEX::FormatCheck { bool IsSquashFS(const fextl::string& Filename); bool IsEroFS(const fextl::string& Filename); } // namespace FEX::FormatCheck