runtime: Formatting

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2019-01-18 17:04:17 +01:00
parent cc1340190e
commit 2196cb8419
119 changed files with 10326 additions and 7798 deletions
+4 -8
View File
@@ -1,13 +1,9 @@
#include "std.hpp"
#include "mirror.hpp"
#include "std.hpp"
Mirror::Mirror(){
}
Mirror::Mirror() {}
Mirror::Mirror( const Mirror &t ):
Object(t){
}
Mirror::Mirror(const Mirror& t) : Object(t) {}
Mirror::~Mirror(){
}
Mirror::~Mirror() {}