mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2024-11-14 10:49:41 +01:00
10 lines
193 B
C#
10 lines
193 B
C#
|
using LibHac.Fs;
|
|||
|
|
|||
|
namespace LibHac.Tests.Fs.IFileSystemTestBase
|
|||
|
{
|
|||
|
public abstract partial class IFileSystemTests
|
|||
|
{
|
|||
|
protected abstract IFileSystem CreateFileSystem();
|
|||
|
}
|
|||
|
}
|