Added Motivation section to README

- Fixed root CMAKE file
This commit is contained in:
Tony Bark 2024-04-28 07:50:35 -04:00
parent 5efdb29315
commit ea46c7a037
3 changed files with 15 additions and 7 deletions

View file

@ -1,6 +1,6 @@
const std = @import("std");
const iff = @cImport({
@cInclude("./iff/iffparser.h");
@cInclude("./iff/iff.h");
});
pub fn main() !void {