mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 03:22:37 +00:00
5 lines
155 B
Zig
5 lines
155 B
Zig
const internal_os = @import("../os/main.zig");
|
|
pub const resourcesDir = internal_os.resourcesDir;
|
|
pub const App = struct {};
|
|
pub const Window = struct {};
|