1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-05-09 18:43:45 +00:00
This commit is contained in:
Dragorn421 2025-05-06 22:59:30 +02:00
parent cb93ca3981
commit 2aa5e2e675
No known key found for this signature in database
GPG key ID: 381AEBAF3D429335

View file

@ -1,20 +0,0 @@
#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