mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-15 06:41:21 +00:00
10 lines
322 B
Zig
10 lines
322 B
Zig
|
pub usingnamespace @cImport({
|
||
|
@cInclude("./formats/iff/iff.h");
|
||
|
@cInclude("./formats/iff/iffparser.h");
|
||
|
@cInclude("./formats/far/far.h");
|
||
|
@cInclude("./formats/far/config.h");
|
||
|
@cInclude("./formats/cur/read_cur.h");
|
||
|
@cInclude("./formats/utk/read_utk.h");
|
||
|
@cInclude("./formats/xa/read_xa.h");
|
||
|
});
|