3 lines
95 B
C++
3 lines
95 B
C++
#include "BrickBreaker.h"
|
|
|
|
BrickBreaker::BrickBreaker() : currentLevel(1), level(new Level1){}
|