mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
4 lines
No EOL
97 B
C#
4 lines
No EOL
97 B
C#
namespace DiscUtils.Fat
|
|
{
|
|
internal delegate void FirstClusterChangedDelegate(uint cluster);
|
|
} |