This commit is contained in:
2025-10-22 17:44:42 +02:00
parent 0e29919fd2
commit 0335a726c9
5 changed files with 53 additions and 1 deletions

View File

@@ -73,6 +73,7 @@ void ax_game::Update(){
ax_TickCounter = SDL_GetTicks();
// Update Ball
ax_ball_one.Update();
}
void ax_game::Output(){