mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-25 18:21:56 +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 {};
|