Converted FileHandler into a C header

This commit is contained in:
Tony Bark 2024-04-28 09:04:43 -04:00
parent ea46c7a037
commit d83abea13c
5 changed files with 212 additions and 169 deletions

View file

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

4
src/vitaboy.zig Normal file
View file

@ -0,0 +1,4 @@
const std = @import("std");
// const iff = @cImport({
// @cInclude("./filehandler.h");
// });