Programm auf "Kettenreaktion" erweitert

This commit is contained in:
2025-10-25 20:39:48 +02:00
parent dd3d405ce6
commit 9e026c8074
8 changed files with 127 additions and 24 deletions

View File

@@ -14,7 +14,10 @@ private:
Uint32 ax_TickCounter;
bool ax_IsRunning;
ball ax_ball_one;
ball ax_ball_two;
public:
@@ -23,5 +26,7 @@ public:
bool Init();
void RunLoop();
void Shutdown();
std::vector<ball> ax_balliste;
};