3 lines
99 B
Zig
3 lines
99 B
Zig
const std = @import("std");
|
|
const mesh = @import("mesh.zig");
|
|
const Allocator = std.mem.Allocator;
|