35 lines
704 B
C++
35 lines
704 B
C++
#pragma once
|
|
#include <PSX/File/cd_file_types.hpp>
|
|
|
|
namespace BIOSInfo {
|
|
void main();
|
|
}
|
|
|
|
namespace ControllerTest {
|
|
extern const volatile JabyEngine::AutoLBAEntry lba[];
|
|
extern JabyEngine::CDFile Assets[1];
|
|
|
|
void main();
|
|
}
|
|
|
|
namespace GPUTest {
|
|
extern const volatile JabyEngine::AutoLBAEntry lba[];
|
|
extern JabyEngine::CDFile Assets[18];
|
|
|
|
void main();
|
|
}
|
|
|
|
namespace GTETest {
|
|
extern const volatile JabyEngine::AutoLBAEntry lba[];
|
|
extern JabyEngine::CDFile Assets[1];
|
|
|
|
void main();
|
|
}
|
|
|
|
namespace FontCycler {
|
|
void main();
|
|
}
|
|
|
|
namespace ScreenCenter {
|
|
void main();
|
|
} |