Added TColor.h

This commit is contained in:
Julgodis
2021-09-24 17:51:55 +02:00
parent b3b3215f32
commit bb8d99313b
4 changed files with 85 additions and 26 deletions
-26
View File
@@ -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();