mirror of
https://github.com/encounter/tp.git
synced 2026-07-11 06:18:46 -07:00
JSystem Font classes, SComponent cBgW (#14)
* c_bg_w.cpp OK * JUTFont and JUTResFont partially implemented Co-authored-by: notyouraveragehooman <65437533+notyouraveragehooman@users.noreply.github.com> Co-authored-by: Pheenoh <pheenoh@gmail.com>
This commit is contained in:
co-authored by
notyouraveragehooman
Pheenoh
parent
e27ed1c55d
commit
294858f751
+3
-1
@@ -264,7 +264,7 @@ TEXT_O_FILES := \
|
||||
$(BUILD_DIR)/asm/SComponent/c/bg/s/lin/c_bg_s_lin_chk.o \
|
||||
$(BUILD_DIR)/asm/SComponent/c/bg/s/shdw/c_bg_s_shdw_draw.o \
|
||||
$(BUILD_DIR)/asm/SComponent/c/bg/s/poly/c_bg_s_poly_info.o \
|
||||
$(BUILD_DIR)/asm/SComponent/c/bg/c_bg_w.o \
|
||||
$(BUILD_DIR)/libs/SSystem/SComponent/c_bg_w.o \
|
||||
$(BUILD_DIR)/asm/SComponent/c/c_m2d.o \
|
||||
$(BUILD_DIR)/asm/SComponent/c/c_m3d.o \
|
||||
$(BUILD_DIR)/asm/SComponent/c/m3d/g/c_m3d_g_aab.o \
|
||||
@@ -464,7 +464,9 @@ TEXT_O_FILES := \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTNameTab.o \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTGraphFifo.o \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTFont.o \
|
||||
$(BUILD_DIR)/libs/JSystem/JUtility/JUTFont.o \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTResFont.o \
|
||||
$(BUILD_DIR)/libs/JSystem/JUtility/JUTResFont.o \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTDbPrint.o \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTGamePad.o \
|
||||
$(BUILD_DIR)/asm/JUtility/JUTException.o \
|
||||
|
||||
Reference in New Issue
Block a user