mirror of
https://github.com/zeldaret/oot.git
synced 2025-05-10 11:03:46 +00:00
20 lines
500 B
C
20 lines
500 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 "array_count.h"
|
|
#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
|