Implemented relations displaying mode

This commit is contained in:
2026-04-29 23:23:20 +02:00
parent fc0341d9ad
commit 4ec32252cf
5 changed files with 37 additions and 3 deletions

View File

@@ -1,6 +1,7 @@
const rl = @import("raylib");
const c = @import("../common/constants.zig");
const st = @import("../common/structures.zig");
const Node = @import("node.zig").Node;
pub const Road = struct {