mirror of
https://github.com/zeldaret/oot
synced 2026-07-04 21:25:54 -04:00
25b2fa4bca
* split out various macros * fix * fix2 * fix dw * libc path * fix macro * does this fix bss * fix bss
20 lines
475 B
C
20 lines
475 B
C
#ifndef Z64_H
|
|
#define Z64_H
|
|
|
|
// TODO: This file still exists ONLY to provide neccesary headers to extracted assets.
|
|
// After assets are modified to include the headers they need directly, delete this file.
|
|
|
|
#include "gfx.h"
|
|
#include "sequence.h"
|
|
#include "sys_matrix.h"
|
|
#include "ultra64.h"
|
|
#include "z64play.h"
|
|
#include "z64animation.h"
|
|
#include "z64animation_legacy.h"
|
|
#include "z64curve.h"
|
|
#include "z64skin.h"
|
|
#include "z64player.h"
|
|
#include "z64ocarina.h"
|
|
|
|
#endif
|