@ -2,6 +2,13 @@
#include "unity.h"
#include "pong.h"
typedef struct {
int x;
int y;
int speedX;
int speedY;
} Ball;
void setUp(void){
//Wenn Funktion Vorraussetzungen braucht
}