diff options
| author | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-19 20:56:08 -0800 |
|---|---|---|
| committer | Jcw87 <Jcw87@users.noreply.github.com> | 2023-12-20 19:04:10 -0800 |
| commit | eb0260d0ea84186e640fc4b8c75fbad16b8745aa (patch) | |
| tree | be5875791d3d608cfec2504297b21e487f6171f9 /src/m_Do/m_Do_ext.cpp | |
| parent | 8eda1d418d4c86669a14ad9a0cfe85583fa1d551 (diff) | |
create headers for GF
Diffstat (limited to 'src/m_Do/m_Do_ext.cpp')
| -rw-r--r-- | src/m_Do/m_Do_ext.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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); |
