9 lines
132 B
C++
9 lines
132 B
C++
|
|
#include "mirror.hpp"
|
|
#include "std.hpp"
|
|
|
|
Mirror::Mirror() {}
|
|
|
|
Mirror::Mirror(const Mirror& t) : Object(t) {}
|
|
|
|
Mirror::~Mirror() {} |