dotfiles/.config/Code/User/History/a5c4c11/5b5F.cpp
RafayAhmad7548 ab03d5f10c test
2024-06-16 18:53:25 +05:00

13 lines
No EOL
169 B
C++

#include "GameLevel.h"
class Level1 : public GameLevel{
Level1(Paddle paddle, Ball ball) : GameLevel(paddle, ball){
bricks = new Brick**[15];
}
};