Further progress
Mainly focusing on getting things more consistent
This commit is contained in:
+2
-2
@@ -1,6 +1,6 @@
|
||||
const std = @import("std");
|
||||
|
||||
pub const Reader = @import("reader.zig").Reader;
|
||||
pub const SfsReader = @import("reader.zig").SfsReader;
|
||||
pub const ExtractionOptions = @import("extract_options.zig");
|
||||
|
||||
pub const FileReader = Reader(std.fs.File);
|
||||
pub const FileReader = SfsReader(std.fs.File);
|
||||
|
||||
Reference in New Issue
Block a user