11 lines
No EOL
86 B
C++
11 lines
No EOL
86 B
C++
class Paddle{
|
|
const int height;
|
|
const int y;
|
|
|
|
int width;
|
|
int x;
|
|
|
|
|
|
|
|
|
|
}; |