master
Mike 4 years ago
parent 6aab3abe44
commit 2f90bc20f4

@ -1,6 +1,7 @@
// ecs
pub const EntityTraitsType = @import("ecs/entity.zig").EntityTraitsType;
// TODO: remove me. this is just for testing
pub const ComponentStorage = @import("ecs/component_storage.zig").ComponentStorage;
pub const Entity = @import("ecs/registry.zig").Entity;

Loading…
Cancel
Save