encompass-zig/src/encompass.zig

3 lines
123 B
Zig

pub const Entity = @import("entity.zig").Entity;
pub const ComponentStore = @import("component_store.zig").ComponentStore;