NYXEngine/src/plugins/common/root.zig

15 lines
402 B
Zig
Raw Normal View History

//! ----------------------------------------------------
//! ----------------------------------------------------
//
// COMPONENTS
//
2026-07-29 01:15:31 +01:00
// --- POSITION ---
pub const Transform3D = @import("component/transform3D.zig");
pub const Transform2D = @import("component/transform2D.zig");
// --- STYLE ---
pub const Material = @import("component/material.zig");
2026-07-29 01:15:31 +01:00
pub const Mesh = @import("component/mesh.zig");