From 1df9d145e45e413207f007c33d890be672aca2a9 Mon Sep 17 00:00:00 2001 From: Matt Nadareski Date: Wed, 8 Sep 2021 10:22:28 -0700 Subject: [PATCH] Add another note to IContentCheck --- BurnOutSharp/IContentCheck.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BurnOutSharp/IContentCheck.cs b/BurnOutSharp/IContentCheck.cs index a09951b7..d4c47de8 100644 --- a/BurnOutSharp/IContentCheck.cs +++ b/BurnOutSharp/IContentCheck.cs @@ -9,6 +9,7 @@ namespace BurnOutSharp // and DOS Executable, then add an override for `CheckContents` that takes an executable type // as one of the arguments. This will reduce the amount of times the same file will be parsed // into an in-memory header + // TODO: Once all checks are converted over to executable section based, remove the `GetContentMatchSets` from this internal interface IContentCheck { ///