Status Bar + Build WIP

This commit is contained in:
Martín Lucas Golini
2023-04-07 20:01:16 -03:00
parent 74b271002e
commit 3d86c2e1e3
23 changed files with 693 additions and 65 deletions

View File

@@ -53,6 +53,12 @@ ProjectBuildManager::ProjectBuildManager( const std::string& projectRoot,
} else {
load();
}
}
ProjectBuildManager::~ProjectBuildManager() {
mShuttingDown = true;
while ( mLoading )
Sys::sleep( Milliseconds( 0.1f ) );
};
static bool isValidType( const std::string& typeStr ) {