From ed2a75816a34aee3026cb07c85fb3be11decbf4d Mon Sep 17 00:00:00 2001 From: Physick <96335032+DegustatorPonos@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:24:11 +0500 Subject: simple scene logic + raygui import --- build.zig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'build.zig') diff --git a/build.zig b/build.zig index 846f02f..49c314b 100644 --- a/build.zig +++ b/build.zig @@ -13,10 +13,13 @@ pub fn build(b: *std.Build) void { root.addCSourceFiles(.{ .files = &[_][]const u8 { "src/main.c", + "src/scenes/sceneManager.c", + "src/scenes/mainMenu.c", } }); root.linkSystemLibrary("raylib", .{.needed = true}); + root.addIncludePath(b.path("include/")); const exe = b.addExecutable(.{ .name = "game", -- cgit v1.3