1
0
mirror of https://github.com/HIllya51/LunaTranslator.git synced 2025-01-16 16:23:53 +08:00
2024-11-06 06:46:35 +08:00

8 lines
148 B
C++

#pragma once
namespace HookCode
{
std::optional<HookParam> Parse(std::wstring code);
std::wstring Generate(HookParam hp, DWORD processId = 0);
}