Created core.h file

The core.h file references the required proprietary formas, including .iff and .far. However, the C files themselves still need to be accounted for in build.zig.
This commit is contained in:
Tony Bark 2024-05-06 12:44:00 -04:00
parent c0cc46bd9e
commit 5b67fc2f78
3 changed files with 20 additions and 9 deletions

View file

@ -25,9 +25,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" });
exe.addIncludePath(.{ .path = "./library" });
// Modules
const raylib_dep = b.dependency("raylib-zig", .{