9 lines
192 B
Zig
9 lines
192 B
Zig
|
|
//! ----------------------------------------------------
|
||
|
|
//! ----------------------------------------------------
|
||
|
|
|
||
|
|
//
|
||
|
|
// COMPONENTS
|
||
|
|
//
|
||
|
|
|
||
|
|
pub const Material = @import("component/material.zig");
|