Make crosslang configdir accessable from C++
This commit is contained in:
@ -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);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user