#include"block.h" void Block::print(int x, int y, int w, int h,SDL_Renderer* renderer){ posX = x; posY = y; szW = w; szH = h; //std::cout<