Removed unecessary Window struct

This commit is contained in:
Lorenzo Torres 2025-08-04 13:43:09 +02:00
parent 66a6dc33ec
commit 933cf2f1f4
3 changed files with 0 additions and 91 deletions

View file

@ -2,7 +2,6 @@ const c = @import("sideros").c;
const ecs = @import("ecs");
const std = @import("std");
const vk = @import("vulkan.zig");
pub const Window = @import("Window.zig");
pub const Mesh = @import("Mesh.zig");
const Allocator = std.mem.Allocator;