Support for loading TIM

This commit is contained in:
Jaby
2024-12-29 21:57:38 +01:00
committed by Jaby
parent 764b4f6c99
commit c83c653274
19 changed files with 286 additions and 125 deletions

View File

@@ -32,5 +32,7 @@ namespace FontCycler {
}
namespace ScreenCenter {
extern const volatile JabyEngine::AutoLBAEntry lba[];
extern JabyEngine::CDFile Assets[1];
void main();
}