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