#include "GameLevel.h" class BrickBreaker{ GameLevel *level; int currentLevel; public: BrickBreaker(){ } };