mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
12 lines
389 B
C++
12 lines
389 B
C++
void ConsoleSetup(const std::wstring console_name);
|
|
void ConsoleTeardown();
|
|
|
|
HRESULT InitializeClrAndGetEntryPoint(
|
|
void* calling_module,
|
|
bool enable_etw,
|
|
std::wstring runtimeconfig_path,
|
|
std::wstring module_path,
|
|
std::wstring entrypoint_assembly_name,
|
|
std::wstring entrypoint_method_name,
|
|
std::wstring entrypoint_delegate_type_name,
|
|
void** entrypoint_fn);
|