#include "mirror.hpp" Mirror::Mirror() {} Mirror::Mirror(const Mirror& t) : Object(t) {} Mirror::~Mirror() {}