2023-01-09 14:01:01 -07:00

6 lines
131 B
Zig

const file_0 = @import("file_0.zig");
const file_1 = @import("file_1.zig");
pub usingnamespace file_0;
pub usingnamespace file_1;