diff options
| author | Julgodis <> | 2021-09-26 01:29:20 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-09-26 03:38:04 +0200 |
| commit | 8adef1973136e897e8c38cf715f384cc1eed2b1a (patch) | |
| tree | 3401590bf9364fec163eca81d9b60bd0312ced70 /include/JSystem/JUtility | |
| parent | f01da4a3aa183f6c142e3a129c09cb8ed6434732 (diff) | |
Removed .s files and cleanup.
Diffstat (limited to 'include/JSystem/JUtility')
| -rw-r--r-- | include/JSystem/JUtility/JUTDirectPrint.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/include/JSystem/JUtility/JUTDirectPrint.h b/include/JSystem/JUtility/JUTDirectPrint.h index 7dbb3346a8..7aa8f2cb12 100644 --- a/include/JSystem/JUtility/JUTDirectPrint.h +++ b/include/JSystem/JUtility/JUTDirectPrint.h @@ -9,9 +9,10 @@ struct base_process_class {}; struct __va_list_struct; class JUTDirectPrint { -public: +private: /* 802E41E8 */ JUTDirectPrint(); - /* 802E4240 */ JUTDirectPrint* start(); + +public: /* 802E4288 */ void erase(int, int, int, int); /* 802E431C */ void drawChar(int, int, int); /* 802E456C */ void changeFrameBuffer(void*, u16, u16); @@ -21,10 +22,13 @@ public: /* 802E47C8 */ void setCharColor(u8, u8, u8); /* 802E4798 */ void setCharColor(JUtility::TColor); + /* 802E4240 */ static JUTDirectPrint* start(); + #if DEBUG /* -------- */ void print(u16, u16, char const*, ...); #endif +private: static u8 sAsciiTable[128]; static u32 sFontData[64]; static u32 sFontData2[77]; |
