mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
4 lines
92 B
C#
4 lines
92 B
C#
|
namespace DiscUtils.Streams
|
||
|
{
|
||
|
public delegate SparseStream SparseStreamOpenDelegate();
|
||
|
}
|