8 lines
67 B
C
8 lines
67 B
C
![]() |
class Paddle{
|
||
|
const int height;
|
||
|
int width;
|
||
|
int x;
|
||
|
|
||
|
|
||
|
|
||
|
};
|