mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-10 22:17:43 +00:00
Added progress bars for most major blocking operations
This commit is contained in:
@@ -37,7 +37,10 @@ public:
|
||||
bool OpenProject(const QString& rkProjPath);
|
||||
void EditResource(CResourceEntry *pEntry);
|
||||
void NotifyAssetsModified();
|
||||
void CookAllDirtyPackages();
|
||||
|
||||
bool CookPackage(CPackage *pPackage);
|
||||
bool CookAllDirtyPackages();
|
||||
bool CookPackageList(QList<CPackage*> PackageList);
|
||||
|
||||
// Accessors
|
||||
inline CGameProject* ActiveProject() const { return mpActiveProject; }
|
||||
|
||||
Reference in New Issue
Block a user