mirror of
https://github.com/ziglang/zig.git
synced 2025-12-13 01:33:09 +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;
|