NYXEngine/src/plugins/common/root.zig
2026-07-29 01:15:31 +01:00

14 lines
402 B
Zig

//! ----------------------------------------------------
//! ----------------------------------------------------
//
// COMPONENTS
//
// --- POSITION ---
pub const Transform3D = @import("component/transform3D.zig");
pub const Transform2D = @import("component/transform2D.zig");
// --- STYLE ---
pub const Material = @import("component/material.zig");
pub const Mesh = @import("component/mesh.zig");