mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Magic the magic happen
This commit is contained in:
parent
84769ae5b7
commit
658eedca37
188 changed files with 10329 additions and 3549 deletions
10
lib/CoreCLR/boot.h
Normal file
10
lib/CoreCLR/boot.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
void ConsoleSetup(const std::wstring console_name);
|
||||
void ConsoleTeardown();
|
||||
|
||||
int InitializeClrAndGetEntryPoint(
|
||||
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);
|
||||
Loading…
Add table
Add a link
Reference in a new issue