added BuildCode

This commit is contained in:
Syping 2018-02-07 10:20:59 +01:00
parent 10b6222ae8
commit 9362e88708
4 changed files with 11 additions and 0 deletions

View file

@ -44,6 +44,11 @@ QString AppEnv::getBuildDateTime()
return GTA5SYNC_BUILDDATETIME;
}
QString AppEnv::getBuildCode()
{
return GTA5SYNC_BUILDCODE;
}
// Folder Stuff
QString AppEnv::getGameFolder(bool *ok)