mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
4 lines
92 B
C#
4 lines
92 B
C#
|
namespace DiscUtils.Streams
|
||
|
{
|
||
|
public delegate SparseStream SparseStreamOpenDelegate();
|
||
|
}
|