mirror of
https://github.com/zeldaret/tp
synced 2026-06-06 03:38:41 -04:00
Added TColor.h
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user