encompass-zig/src/encompass.zig

3 lines
123 B
Zig
Raw Normal View History

2020-12-05 07:37:07 +00:00
pub const Entity = @import("entity.zig").Entity;
pub const ComponentStore = @import("component_store.zig").ComponentStore;