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:
Tony Bark 2024-05-06 12:44:00 -04:00
parent c0cc46bd9e
commit 5b67fc2f78
3 changed files with 20 additions and 9 deletions

7
library/formats/core.h Normal file
View 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"