Floor drawing function

- Draw floors from JSON files, untested at the moment.
- Renamed lot.zig to world.zig
This commit is contained in:
Tony Bark 2024-05-04 04:57:22 -04:00
parent aa284c424f
commit cbe28d6c78
6 changed files with 78 additions and 38 deletions

View file

@ -24,6 +24,7 @@ pub fn build(b: *std.Build) void {
// C headers
exe.linkLibC();
exe.linkLibCpp();
exe.addIncludePath(.{ .path = "./library/formats" });
exe.addIncludePath(.{ .path = "./library/libvitaboy" });
exe.addIncludePath(.{ .path = "./tools" });