14 lines
167 B
C
14 lines
167 B
C
|
|
#ifndef GLOBAL__
|
|
#define GLOBAL__
|
|
|
|
|
|
#include "AssetLoader.hpp"
|
|
|
|
|
|
extern const AssetLoader::rootPath assetPath;
|
|
|
|
extern const AssetLoader::rootPath saveFiles;
|
|
|
|
#endif
|