From 4448c08ac082e8f569f2b4c0dd9e5f4d91dec093 Mon Sep 17 00:00:00 2001 From: TakaRikka <38417346+TakaRikka@users.noreply.github.com> Date: Sat, 12 Jun 2021 15:22:36 -0700 Subject: move / fix bunch of stuff (#133) * fix some class structures / d_event wip * d_event wip * move gamepad stuff * move m_Do_main * move d_bomb / partial m_Do_reset * format * remove asm * add Z2SoundID enum * move some Z2 classes * fix * move more Z2 stuff * fix fopAc_ac_c more --- src/d/msg/d_msg_flow.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/d/msg/d_msg_flow.cpp') diff --git a/src/d/msg/d_msg_flow.cpp b/src/d/msg/d_msg_flow.cpp index 1495d0aa91..2d9dc7c934 100644 --- a/src/d/msg/d_msg_flow.cpp +++ b/src/d/msg/d_msg_flow.cpp @@ -11,8 +11,6 @@ // Types: // -struct _GXColor {}; - struct mDoGph_gInf_c { /* 80007FD8 */ void fadeOut(f32, _GXColor&); }; -- cgit v1.2.3