Migrate DiscUtils fat code to a standalone project dependency

This commit is contained in:
Gustave Monce
2025-11-01 09:42:52 +01:00
parent e838168127
commit 933e9e53b6
20 changed files with 920 additions and 7 deletions
@@ -0,0 +1,4 @@
namespace DiscUtils.Fat
{
internal delegate void FirstClusterChangedDelegate(uint cluster);
}