1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-14 19:10:25 +00:00

Delete macros.h; Delete global.h (#2516)

This commit is contained in:
fig02 2025-04-27 12:48:11 -04:00 committed by GitHub
parent ea22c2ac38
commit f7a270655b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
128 changed files with 0 additions and 256 deletions

View file

@ -1,6 +1,5 @@
#include "alignment.h"
#include "buffers.h"
#include "macros.h"
#include "ultra64/ultratypes.h"
ALIGNED(64) u16 gZBuffer[SCREEN_HEIGHT][SCREEN_WIDTH];