Initial commit

This commit is contained in:
2019-07-05 18:24:10 +02:00
commit de53477a49
216 changed files with 2569 additions and 0 deletions

5
global.cpp Normal file
View File

@@ -0,0 +1,5 @@
#include "global.h"
//extern const AssetLoader::rootPath assetPath = "/home/dennisgunia/eclipse-workspace-cpp/Desktop";
extern const AssetLoader::rootPath assetPath = "./Assets";
extern const AssetLoader::rootPath saveFiles = "./.userdata";