8 lines
No EOL
67 B
C++
8 lines
No EOL
67 B
C++
class Paddle{
|
|
const int height;
|
|
int width;
|
|
int x;
|
|
|
|
|
|
|
|
}; |