#pragma once #include #include #include class MIO0Decoder { public: static std::unordered_map> gCachedChunks; static std::vector& Decode(std::vector& buffer, uint32_t offset); static void ClearCache(); };