#include #include "square.h" bool Overlap_( static Square& /*b*/, int, static Shape& /*a*/, int) { std::cerr << "Overlap_( Square&, Shape&) called\n"; return false; }