Setup build system

This commit is contained in:
HOEGLER Stefan
2020-02-05 20:58:58 +01:00
commit 4c491a9378
13 changed files with 629 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
#include "Graphics.h"
Graphics::Graphics()
{
}
Graphics::~Graphics()
{
}