make the ecs subsystem be a separate module
This commit is contained in:
parent
874134f3ff
commit
1d720c790d
4 changed files with 40 additions and 27 deletions
3
src/rendering/gltf.zig
Normal file
3
src/rendering/gltf.zig
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
const std = @import("std");
|
||||
const mesh = @import("mesh.zig");
|
||||
const Allocator = std.mem.Allocator;
|
||||
Loading…
Add table
Add a link
Reference in a new issue