Files
sdl2-snakegame/global.h
2019-07-05 18:24:10 +02:00

14 lines
167 B
C

#ifndef GLOBAL__
#define GLOBAL__
#include "AssetLoader.hpp"
extern const AssetLoader::rootPath assetPath;
extern const AssetLoader::rootPath saveFiles;
#endif