diff options
| author | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-27 19:34:49 +0500 |
|---|---|---|
| committer | Physick <96335032+DegustatorPonos@users.noreply.github.com> | 2026-08-27 19:34:49 +0500 |
| commit | 52ab86e5f55b189aea4198fe4d15a29c4d3c9d57 (patch) | |
| tree | b37655113dcb04255fba127291eff05a92807881 /build.zig | |
| parent | 40d500949686c3b2ea229eb3c7fe4e2f252785af (diff) | |
distraction scene init
Diffstat (limited to 'build.zig')
| -rw-r--r-- | build.zig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -35,8 +35,10 @@ pub fn build(b: *std.Build) void { "src/scenes/mainMenu.c", "src/scenes/resultView.c", "src/scenes/puzzleScene.c", + "src/scenes/distractionScene.c", "src/puzzles/puzzle.c", "src/puzzles/parser.c", + "src/puzzles/distractions.c", } }); |
