mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-03-21 09:11:20 +00:00
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.
7 lines
No EOL
166 B
C
7 lines
No EOL
166 B
C
#include "iff/iff.h"
|
|
#include "iff/iffparser.h"
|
|
#include "far/far.h"
|
|
#include "far/config.h"
|
|
#include "xa/read_xa.h"
|
|
#include "utk/read_utk.h"
|
|
#include "xa/read_xa.h" |