ecs: refactor comptime.zig -> Archetype.zig
Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
parent
883a9a7807
commit
679a05faf4
5 changed files with 77 additions and 84 deletions
|
|
@ -65,7 +65,7 @@ const testing = @import("testing.zig");
|
|||
|
||||
const Entities = @import("ecs/entities.zig").Entities;
|
||||
const EntityID = @import("ecs/entities.zig").EntityID;
|
||||
const is_debug = @import("ecs/comptime.zig").is_debug;
|
||||
const is_debug = @import("ecs/Archetype.zig").is_debug;
|
||||
|
||||
/// Verifies that M matches the basic layout of a Mach module
|
||||
fn ModuleInterface(comptime M: type) type {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue