From fca5307ea908606c40c051d4c366ed8dcf077258 Mon Sep 17 00:00:00 2001 From: Maide <34639600+Kelebek1@users.noreply.github.com> Date: Wed, 16 Aug 2023 19:11:19 +0100 Subject: m_play (#50) * m_play * Some warnings * lots of function renames from the gcn version * fix warnings * format * a * a * PR * PR2 --------- Co-authored-by: Maide Co-authored-by: angie --- include/gfxalloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/gfxalloc.h') diff --git a/include/gfxalloc.h b/include/gfxalloc.h index dab0fb6..81177a9 100644 --- a/include/gfxalloc.h +++ b/include/gfxalloc.h @@ -4,7 +4,7 @@ #include "ultra64.h" Gfx* gfxopen(Gfx* gfxHead); -void gfxclose(Gfx* gfxHead, Gfx* gfx); +Gfx* gfxclose(Gfx* gfxHead, Gfx* gfx); // void gfxalloc(); #endif -- cgit v1.2.3