Forward.h 264 B

123456789101112131415161718192021
  1. /*
  2. * Copyright (c) 2023, Shannon Booth <shannon.ml.booth@gmail.com>
  3. *
  4. * SPDX-License-Identifier: BSD-2-Clause
  5. */
  6. #pragma once
  7. namespace Diff {
  8. enum class Format;
  9. class Parser;
  10. struct Header;
  11. struct Hunk;
  12. struct HunkLocation;
  13. struct Line;
  14. struct Range;
  15. }