mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-05 06:19:28 +03:00
Status Bar + Build WIP
This commit is contained in:
@@ -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 ) {
|
||||
|
||||
Reference in New Issue
Block a user