mirror of
https://github.com/HIllya51/LunaHook.git
synced 2024-11-24 22:35:36 +08:00
7 lines
94 B
C
7 lines
94 B
C
|
#pragma once
|
||
|
|
||
|
struct TranslationParam
|
||
|
{
|
||
|
std::wstring translateTo, translateFrom, authKey;
|
||
|
};
|