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

@@ -2,6 +2,10 @@
class ball
{
private:
int r_dir;
int g_dir;
int b_dir;
public:
SDL_Rect rect;
float x;