1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-07-02 22:14:33 +00:00

[headers] gfx_setupdl.h and z64skin_matrix.h (#2221)

* [headers] gfx_setupdl.h and z64skin_matrix.h

* include z64skin_matrix.h

* bss

* bss
This commit is contained in:
Dragorn421 2024-09-25 00:18:01 +02:00 committed by GitHub
parent dc1501e7a0
commit a09ea76025
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 155 additions and 130 deletions

View file

@ -34,6 +34,7 @@
#include "z64pause.h"
#include "z64play.h"
#include "z64skin.h"
#include "z64skin_matrix.h"
#include "z64game.h"
#include "z64transition.h"
#include "z64transition_instances.h"
@ -62,6 +63,7 @@
#include "thga.h"
#include "speedmeter.h"
#include "gfx.h"
#include "gfx_setupdl.h"
#include "jpeg.h"
#include "prerender.h"
#include "rand.h"