Create the Screen Center overlay
This commit is contained in:
@@ -12,5 +12,9 @@ namespace GPUTest {
|
||||
extern const volatile JabyEngine::AutoLBAEntry lba[];
|
||||
extern JabyEngine::CDFile Assets[2];
|
||||
|
||||
void main();
|
||||
}
|
||||
|
||||
namespace ScreenCenter {
|
||||
void main();
|
||||
}
|
@@ -0,0 +1,7 @@
|
||||
#include <stdio.h>
|
||||
|
||||
namespace ScreenCenter {
|
||||
void main() {
|
||||
printf("BlubbBlubbBlubbBlubb\n");
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user