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

13
global.h Normal file
View File

@@ -0,0 +1,13 @@
#ifndef GLOBAL__
#define GLOBAL__
#include "AssetLoader.hpp"
extern const AssetLoader::rootPath assetPath;
extern const AssetLoader::rootPath saveFiles;
#endif