mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 21:50:35 -04:00
Converted FileHandler into a C header
This commit is contained in:
parent
ea46c7a037
commit
d83abea13c
5 changed files with 212 additions and 169 deletions
|
@ -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
4
src/vitaboy.zig
Normal file
|
@ -0,0 +1,4 @@
|
|||
const std = @import("std");
|
||||
// const iff = @cImport({
|
||||
// @cInclude("./filehandler.h");
|
||||
// });
|
Loading…
Add table
Add a link
Reference in a new issue