mirror of
https://github.com/Thealexbarney/LibHac.git
synced 2025-02-09 13:14:46 +01:00
8 lines
178 B
C#
8 lines
178 B
C#
using LibHac.Fs.Fsa;
|
|
|
|
namespace LibHac.Tests.Fs.IFileSystemTestBase;
|
|
|
|
public abstract partial class IFileSystemTests
|
|
{
|
|
protected abstract IFileSystem CreateFileSystem();
|
|
} |