summaryrefslogtreecommitdiff
path: root/include/prerender.h
diff options
context:
space:
mode:
authormzxrules <mzxrules@gmail.com>2025-02-26 17:18:30 -0500
committerGitHub <noreply@github.com>2025-02-26 17:18:30 -0500
commitcf1a39c26fca0f7827fef79d08b114fde1c43cce (patch)
treeccbebda2637107cf2c2742639f0f808ec4374c47 /include/prerender.h
parent2b30c61a2698862e3debd50c2be193df23f9e8b5 (diff)
Reduce dependencies on global.h (10) (#2490)
* reduce z64.h size * fix z_cheap_proc.inc.c * ,bss * remove temp delcaration
Diffstat (limited to 'include/prerender.h')
-rw-r--r--include/prerender.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/prerender.h b/include/prerender.h
index ca1682634..4231234a8 100644
--- a/include/prerender.h
+++ b/include/prerender.h
@@ -2,11 +2,7 @@
#define PRERENDER_H
#include "ultra64/ultratypes.h"
-
-typedef struct ListAlloc {
- /* 0x00 */ struct ListAlloc* prev;
- /* 0x04 */ struct ListAlloc* next;
-} ListAlloc; // size = 0x8
+#include "listalloc.h"
typedef struct PreRender {
/* 0x00 */ s32 width;