11 lines
86 B
C
11 lines
86 B
C
![]() |
class Paddle{
|
||
|
const int height;
|
||
|
const int y;
|
||
|
|
||
|
int width;
|
||
|
int x;
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
};
|