mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
move the VEH out of dllmain
This commit is contained in:
parent
5015196bd3
commit
e80a24fb97
5 changed files with 184 additions and 145 deletions
8
Dalamud.Boot/veh.h
Normal file
8
Dalamud.Boot/veh.h
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#pragma once
|
||||
|
||||
namespace veh
|
||||
{
|
||||
bool add_handler();
|
||||
bool remove_handler();
|
||||
void* get_handle();
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue