Create the Screen Center overlay

This commit is contained in:
2024-01-05 11:10:02 -06:00
parent 60c4c5e61f
commit ff9186ea67
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");
}
}