From eb0260d0ea84186e640fc4b8c75fbad16b8745aa Mon Sep 17 00:00:00 2001 From: Jcw87 Date: Tue, 19 Dec 2023 20:56:08 -0800 Subject: create headers for GF --- src/m_Do/m_Do_ext.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/m_Do/m_Do_ext.cpp') diff --git a/src/m_Do/m_Do_ext.cpp b/src/m_Do/m_Do_ext.cpp index a7082aa8..51e08764 100644 --- a/src/m_Do/m_Do_ext.cpp +++ b/src/m_Do/m_Do_ext.cpp @@ -14,6 +14,7 @@ #include "SSystem/SComponent/c_m3d.h" #include "d/d_com_inf_game.h" #include "d/d_s_play.h" +#include "dolphin/gf/GFPixel.h" #include "m_Do/m_Do_mtx.h" #include "m_Do/m_Do_printf.h" @@ -1431,8 +1432,6 @@ void mDoExt_McaMorf2::stopZelAnime() { /* Nonmatching */ } -extern void GFSetBlendModeEtc(GXBlendMode, GXBlendFactor, GXBlendFactor, GXLogicOp, u8, u8, u8); - /* 8001427C-800142B8 .text draw__24mDoExt_offCupOnAupPacketFv */ void mDoExt_offCupOnAupPacket::draw() { GFSetBlendModeEtc(GX_BM_NONE, GX_BL_ZERO, GX_BL_ZERO, GX_LO_CLEAR, 0, 1, 1); -- cgit v1.2.3