14 lines
No EOL
93 B
C++
14 lines
No EOL
93 B
C++
|
|
class Brick{
|
|
int strength;
|
|
float *color;
|
|
|
|
public:
|
|
|
|
Brick(int strength);
|
|
|
|
|
|
|
|
|
|
|
|
}; |