dotfiles/.config/Code/User/History/-322e7254/5hrE.h

15 lines
94 B
C
Raw Normal View History

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