Added ability to double click a resource in the resource browser to open it for editing

This commit is contained in:
parax0
2016-08-28 04:07:17 -06:00
parent 20bddd5ed7
commit d263610d43
9 changed files with 101 additions and 45 deletions

View File

@@ -31,6 +31,10 @@ CGameExporter::CGameExporter(const TString& rkInputDir, const TString& rkOutputD
mStore.SetActiveProject(mpProject);
}
#if PUBLIC_RELEASE
#error Fix export directory being cleared!
#endif
bool CGameExporter::Export()
{
SCOPED_TIMER(ExportGame);