Use macro fro asset path
This commit is contained in:
parent
3f12714085
commit
cfcd34498a
2 changed files with 13 additions and 7 deletions
|
|
@ -58,6 +58,12 @@
|
|||
}
|
||||
#endif
|
||||
|
||||
#if defined(__ANDROID__)
|
||||
#define ASSET_PATH ""
|
||||
#else
|
||||
#define ASSET_PATH "./../data/"
|
||||
#endif
|
||||
|
||||
namespace vks
|
||||
{
|
||||
namespace tools
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue