diff options
| author | Julgodis <> | 2021-09-24 17:51:55 +0200 |
|---|---|---|
| committer | Julgodis <> | 2021-09-26 03:38:03 +0200 |
| commit | bb8d99313bb8b2ed0458ac421d19ad5dfe7167de (patch) | |
| tree | 69eebed33fa4c53057871d13c40b77a1cbdbf9e1 /libs/JSystem/JUtility/JUTDirectPrint.cpp | |
| parent | b3b3215f322193ad5741a9f451391b3c9ff00278 (diff) | |
Added TColor.h
Diffstat (limited to 'libs/JSystem/JUtility/JUTDirectPrint.cpp')
| -rw-r--r-- | libs/JSystem/JUtility/JUTDirectPrint.cpp | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/libs/JSystem/JUtility/JUTDirectPrint.cpp b/libs/JSystem/JUtility/JUTDirectPrint.cpp index 5b007623cc..934a057f80 100644 --- a/libs/JSystem/JUtility/JUTDirectPrint.cpp +++ b/libs/JSystem/JUtility/JUTDirectPrint.cpp @@ -11,32 +11,6 @@ // Types: // -struct base_process_class {}; - -struct __va_list_struct {}; - -struct JUtility { - struct TColor {}; -}; - -struct JUTDirectPrint { - /* 802E41E8 */ JUTDirectPrint(); - /* 802E4240 */ void start(); - /* 802E4288 */ void erase(int, int, int, int); - /* 802E431C */ void drawChar(int, int, int); - /* 802E456C */ void changeFrameBuffer(void*, u16, u16); - /* 802E45A4 */ void printSub(u16, u16, char const*, __va_list_struct*, bool); - /* 802E46D8 */ void drawString(u16, u16, char*); - /* 802E4708 */ void drawString_f(u16, u16, char const*, ...); - /* 802E47C8 */ void setCharColor(u8, u8, u8); - /* 802E4798 */ void setCharColor(JUtility::TColor); - - static u8 sAsciiTable[128]; - static void* sFontData[64]; - static void* sFontData2[77]; - static u8 sDirectPrint[4 + 4 /* padding */]; -}; - namespace JStudio { struct TFunctionValue_list_parameter { /* 80283C24 */ ~TFunctionValue_list_parameter(); |
