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