mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-24 12:46:10 +03:00
5 lines
156 B
Zig
5 lines
156 B
Zig
const internal_os = @import("../os/main.zig");
|
|
pub const resourcesDir = internal_os.resourcesDir;
|
|
pub const App = struct {};
|
|
pub const Surface = struct {};
|