Use macro fro asset path

This commit is contained in:
saschawillems 2017-04-03 20:10:39 +02:00
parent 3f12714085
commit cfcd34498a
2 changed files with 13 additions and 7 deletions

View file

@ -58,6 +58,12 @@
}
#endif
#if defined(__ANDROID__)
#define ASSET_PATH ""
#else
#define ASSET_PATH "./../data/"
#endif
namespace vks
{
namespace tools