11 lines
No EOL
62 B
C++
11 lines
No EOL
62 B
C++
|
|
class Brick{
|
|
int strength;
|
|
float *color;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}; |