LunaHook-mirror/LunaHost/GUI/Plugin/extensions/translatewrapper.h
恍兮惚兮 792041595c exts
2024-04-21 17:38:47 +08:00

7 lines
94 B
C++

#pragma once
struct TranslationParam
{
std::wstring translateTo, translateFrom, authKey;
};