Make crosslang configdir accessable from C++

This commit is contained in:
2025-04-07 02:12:26 -05:00
parent d816f48488
commit a0076e446a
2 changed files with 18 additions and 1 deletions

View File

@ -27,6 +27,7 @@ namespace Tesses::CrossLang {
std::string EscapeString(std::string text,bool quote);
Tesses::Framework::Filesystem::VFSPath GetRealExecutablePath(Tesses::Framework::Filesystem::VFSPath realPath);
Tesses::Framework::Filesystem::VFSPath GetCrossLangConfigDir();
enum TVMVersionStage : uint8_t
{
@ -1570,4 +1571,4 @@ class GC {
void LoadPlugin(GC* gc, TRootEnvironment* env, Tesses::Framework::Filesystem::VFSPath sharedObjectPath);
std::string Json_Encode(TObject o,bool indent=false);
TObject Json_Decode(GCList ls,std::string str);
};
};