diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2021-09-27 18:42:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-27 18:42:36 -0700 |
| commit | 4efaff5faf5cb5e333629553e1a826cb8e046493 (patch) | |
| tree | d85f9c5049adf9f59339623b97d9dc794710fbc6 /src/m_Do/m_Do_machine.cpp | |
| parent | 512cc73cd7dc9af497e698e0ddcbfad3de53bf37 (diff) | |
| parent | 0a5d76de76c6041e5a81790ab107497cf11353fb (diff) | |
Merge pull request #151 from TakaRikka/pr___
m_Do_printf / JUTConsole
Diffstat (limited to 'src/m_Do/m_Do_machine.cpp')
| -rw-r--r-- | src/m_Do/m_Do_machine.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/m_Do/m_Do_machine.cpp b/src/m_Do/m_Do_machine.cpp index c4e1f38a2c..85da0fc17f 100644 --- a/src/m_Do/m_Do_machine.cpp +++ b/src/m_Do/m_Do_machine.cpp @@ -30,13 +30,6 @@ struct cMl { /* 80263220 */ void init(JKRHeap*); }; -struct JUTConsoleManager { - /* 802E8450 */ void drawDirect(bool) const; - /* 802E84C4 */ void setDirectConsole(JUTConsole*); - - static u8 sManager[4]; -}; - struct JUTAssertion { /* 802E4C34 */ static void setVisible(bool); }; |
