Implemented Entity tagged union for highlighted entity (similar to abstract class in some ways)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
const rl = @import("raylib");
|
||||
|
||||
const c = @import("../constants.zig");
|
||||
const c = @import("../common/constants.zig");
|
||||
const Node = @import("node.zig").Node;
|
||||
|
||||
pub const Road = struct {
|
||||
|
||||
Reference in New Issue
Block a user