Create the Screen Center overlay

This commit is contained in:
Jaby
2024-01-05 11:10:02 -06:00
committed by Jaby
parent e083e13a83
commit b73ca077a1
7 changed files with 43 additions and 12 deletions

View File

@@ -0,0 +1,7 @@
#include <stdio.h>
namespace ScreenCenter {
void main() {
printf("BlubbBlubbBlubbBlubb\n");
}
}