mirror of
https://onedev.site.tesses.net/crosslang
synced 2026-02-08 17:15:45 +00:00
Add custom console and allow runtimes to set the config dir
This commit is contained in:
@@ -1813,6 +1813,7 @@ class GC {
|
||||
bool canRegisterClass;
|
||||
bool sqlite3Scoped;
|
||||
bool locked;
|
||||
TDictionary* customConsole =nullptr;
|
||||
};
|
||||
|
||||
class TRootEnvironment : public TEnvironment
|
||||
@@ -2565,4 +2566,6 @@ class GC {
|
||||
MarkedTObject CreateMarkedTObject(GCList& gc, TObject o);
|
||||
std::string JoinPeriod(std::vector<std::string>& p);
|
||||
TObject GetClassInfo(GCList& ls,TFile* f, uint32_t index);
|
||||
|
||||
extern Tesses::Framework::Filesystem::VFSPath CrossLangConfigPath;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user