work on d_msg_class and JUTResFont (#2015)

* JUTResFont - Set symbols on

* Work on d_msg_class
This commit is contained in:
hatal175
2023-12-28 22:45:53 +02:00
committed by GitHub
parent 3b7c793ac9
commit 402666242b
7 changed files with 657 additions and 250 deletions
+1
View File
@@ -101,6 +101,7 @@ public:
static GXTexObj* getZbufferTexObj() { return &mZbufferTexObj; }
static GXTexObj* getFrameBufferTexObj() { return &mFrameBufferTexObj; }
static f32 getInvScale() { return 1.0f; }
static f32 getScale() { return 1.0f; }
static GXTexObj mFrameBufferTexObj;
static GXTexObj mZbufferTexObj;