JUTAssert

This commit is contained in:
TakaRikka
2022-01-10 04:07:06 -08:00
parent 107f85a5f8
commit 32fc4e2944
25 changed files with 60 additions and 325 deletions
+2
View File
@@ -26,7 +26,9 @@ public:
/* 802E0440 */ void drawString(int, int, int, u8 const*);
static JUTDbPrint* getManager() { return sDebugPrint; }
void setVisible(bool visible) { mVisible = visible; }
JUTFont* getFont() const { return mFont; }
static JUTDbPrint* sDebugPrint;