From df800c74aecfb6b89ee976df8a2f11451f295e37 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:34:16 +1000 Subject: PreRender.c OK (#1320) * begin prerender * match func_801716C4 * copy more docs from OoT * begin func_801720FC * improve func_801720FC * match func_801720FC * background 2D * merge master * func_801717F8 attempt * z64prerender.h * import bss * non-equivalent * document func_801716C4 * cleanup comments * import tharo docs * minor improvement on PreRender_DivotFilter * Match PreRender_DivotFilter * Remove fakes * format * Fix comment about RM_VISCVG in PreRender_FetchFbufCoverage * PreRender cleanup * PR Review * review * listalloc.h * bss * capitalization --------- Co-authored-by: angie Co-authored-by: Derek Hensley --- src/code/listalloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/code/listalloc.c') diff --git a/src/code/listalloc.c b/src/code/listalloc.c index 33f9989ba..ba346d954 100644 --- a/src/code/listalloc.c +++ b/src/code/listalloc.c @@ -1,4 +1,4 @@ -#include "global.h" +#include "listalloc.h" #include "system_malloc.h" ListAlloc* ListAlloc_Init(ListAlloc* this) { -- cgit v1.2.3