pub const EntityManager = @import("entity_manager.zig").EntityManager; pub const ComponentManager = @import("component_manager.zig").ComponentManager; const std = @import("std"); const testing = std.testing; test "" { testing.refAllDecls(@This()); }