chore: change VEH env var, add var to enable full dumps

This commit is contained in:
goaaats 2022-05-18 18:33:34 +02:00
parent 74fd48c5cb
commit 524d100bdc
No known key found for this signature in database
GPG key ID: 49E2AA8C6A76498B
3 changed files with 35 additions and 9 deletions

View file

@ -2,6 +2,6 @@
namespace veh
{
bool add_handler();
bool add_handler(bool doFullDump);
bool remove_handler();
}