dotfiles/.config/Code/User/History/-322e7254/atCZ.h

18 lines
148 B
C
Raw Normal View History

2024-06-16 18:53:25 +05:00
class Brick{
const int width = 65;
const int height = 18;
int strength;
float *color;
public:
Brick(int strength);
};