Browse Source

refactoring: löschen_nicht_konsistent

remotes/origin/branchJulia
fdai8040 11 months ago
parent
commit
8a2e0991b8
  1. 9
      src/main/c/Pong/pong.h

9
src/main/c/Pong/pong.h

@ -5,14 +5,5 @@ int pong();
void resetScore(int *score1, int *score2); void resetScore(int *score1, int *score2);
typedef struct {
int x;
int y;
int speedX;
int speedY;
} Ball;
void updateBallPosition(Ball* ball);
#endif #endif
Loading…
Cancel
Save