From 287a3b81f24da16b9ab13a6cc0ca5c99aa12b756 Mon Sep 17 00:00:00 2001 From: jjanzen Date: Tue, 21 Jan 2025 19:22:09 -0600 Subject: remove old references to entity --- src/main.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.zig') diff --git a/src/main.zig b/src/main.zig index 9fef982..4e73a8c 100644 --- a/src/main.zig +++ b/src/main.zig @@ -1,5 +1,4 @@ const std = @import("std"); -const Entity = @import("ecs/entity.zig").Entity; const Display = @import("frontend/ncurses.zig").Display; const Action = @import("actions.zig").Action; -- cgit v1.2.3