mirror of
https://github.com/ziglang/zig.git
synced 2026-01-05 04:53:17 +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;
|