mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
4 lines
97 B
C#
4 lines
97 B
C#
namespace DiscUtils.Fat
|
|
{
|
|
internal delegate void FirstClusterChangedDelegate(uint cluster);
|
|
} |