move the VEH out of dllmain

This commit is contained in:
pohky 2021-10-30 23:02:18 +02:00
parent 5015196bd3
commit e80a24fb97
5 changed files with 184 additions and 145 deletions

8
Dalamud.Boot/veh.h Normal file
View file

@ -0,0 +1,8 @@
#pragma once
namespace veh
{
bool add_handler();
bool remove_handler();
void* get_handle();
}