13 lines
No EOL
100 B
C++
13 lines
No EOL
100 B
C++
#include "util.h"
|
|
class Ball{
|
|
const int radius;
|
|
|
|
int x;
|
|
int y;
|
|
float *color;
|
|
|
|
|
|
|
|
|
|
|
|
}; |