mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-04 13:47:04 -04:00
Created core.h file
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.
This commit is contained in:
parent
c0cc46bd9e
commit
5b67fc2f78
3 changed files with 20 additions and 9 deletions
7
library/formats/core.h
Normal file
7
library/formats/core.h
Normal file
|
@ -0,0 +1,7 @@
|
|||
#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"
|
Loading…
Add table
Add a link
Reference in a new issue