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