make ball launching

This commit is contained in:
Quinn
2024-08-16 00:13:46 +02:00
parent 7026f826c5
commit 7713b002c5
2 changed files with 18 additions and 10 deletions

View File

@@ -81,5 +81,6 @@ int main(void) {
// frees media and shuts down SDL
close(window, renderer);
(void)printf("finished!\n");
return 0;
}