Update fs.zig

This commit is contained in:
Jarred Sumner
2022-03-02 03:07:04 -08:00
parent 4b36efd50a
commit ea7d38cea7

View File

@@ -21,6 +21,9 @@ const PathString = _global.PathString;
const allocators = @import("./allocators.zig");
const hash_map = @import("hash_map.zig");
pub const MAX_PATH_BYTES = _global.MAX_PATH_BYTES;
pub const PathBuffer = [_global.MAX_PATH_BYTES]u8;
// pub const FilesystemImplementation = @import("fs_impl.zig");
pub const Preallocate = struct {