display useless things

This commit is contained in:
Emanuele Trabattoni
2021-05-16 19:34:07 +02:00
parent e39d0b4c75
commit a8afa0ccdb
7 changed files with 74 additions and 10 deletions

12
libs/mare/mare.cpp Normal file
View File

@@ -0,0 +1,12 @@
/*******************************************
* Most Awesome Renderer Ever
*******************************************/
#include "mare.h"
namespace Render {
Mare::Mare(){
}
}