mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-14 18:21:58 -04:00
Floor drawing function
- Draw floors from JSON files, untested at the moment. - Renamed lot.zig to world.zig
This commit is contained in:
parent
aa284c424f
commit
cbe28d6c78
6 changed files with 78 additions and 38 deletions
|
@ -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" });
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue