mirror of
https://github.com/thunderbrewhq/system.git
synced 2026-02-04 00:39:08 +00:00
4 lines
115 B
Zig
4 lines
115 B
Zig
const std = @import("std");
|
|
const system = @import("zig/system.zig");
|
|
|
|
pub const add_defines = system.add_defines;
|