#pragma once namespace leakfix { // Returns true if all patches applied (or were already in place). bool apply_all_patches(); bool apply_v3b(); bool apply_v5(); bool apply_v11(); bool apply_v14(); // v12 retired: it was a duplicate of Decal's built-in unpacker range // check and didn't address the actual Shadow/Frank crash class // (stale-heap-pointer in cursor). See memory. } // namespace leakfix