mysimulation/library/formats/core.h
Tony Bark 5b67fc2f78 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.
2024-05-06 12:47:28 -04:00

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"