Make Cursor a toplevel struct
This commit is contained in:
@ -3,7 +3,7 @@ const Self = @This();
|
||||
const c = @import("c.zig");
|
||||
const std = @import("std");
|
||||
|
||||
const Cursor = @import("cursor.zig").Cursor;
|
||||
const Cursor = @import("cursor.zig");
|
||||
const InputManager = @import("input_manager.zig");
|
||||
const Keyboard = @import("keyboard.zig").Keyboard;
|
||||
const LayerSurface = @import("layer_surface.zig");
|
||||
|
Reference in New Issue
Block a user