mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
7 lines
98 B
C++
7 lines
98 B
C++
#pragma once
|
|
|
|
namespace veh
|
|
{
|
|
bool add_handler(bool doFullDump);
|
|
bool remove_handler();
|
|
}
|