mirror of
https://github.com/ziglang/zig.git
synced 2026-01-04 04:25:05 +00:00
4 lines
116 B
Zig
4 lines
116 B
Zig
pub usingnamespace @import("spu/defines.zig");
|
|
|
|
pub const interpreter = @import("spu/interpreter.zig").Interpreter;
|