Added BLOOM_COMPILED_RESOURCES_PATH_OVERRIDE macro to avoid using compiled resources in debug builds

This commit is contained in:
Nav
2021-05-30 19:05:18 +01:00
parent 3c60fee231
commit 602328d9d1
16 changed files with 155 additions and 60 deletions

View File

@@ -248,20 +248,6 @@ namespace Bloom
*/
void onShutdownApplicationRequest(Events::EventPointer<Events::ShutdownApplication>);
/**
* Returns the path to the directory in which the Bloom binary resides.
*
* @return
*/
static std::string getApplicationDirPath();
/**
* Returns the path to the Resources directory, located in the application directory.
*
* @return
*/
static std::string getResourcesDirPath();
/**
* Checks if the current effective user running Bloom has root privileges.
*