Support loading Assets for Overlays

This commit is contained in:
2024-01-03 21:26:21 -06:00
parent c50e3b78ca
commit 4723126af2
6 changed files with 45 additions and 10 deletions

View File

@@ -1,9 +1,13 @@
#pragma once
#include <PSX/File/cd_file_types.hpp>
namespace ControllerTest {
void main();
}
namespace GPUTest {
extern const volatile JabyEngine::AutoLBAEntry lba[];
extern JabyEngine::CDFile Assets[2];
void main();
}