mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 10:17:22 +01:00
8 lines
192 B
C++
8 lines
192 B
C++
#pragma once
|
|
|
|
namespace veh
|
|
{
|
|
bool add_handler(bool doFullDump, const std::string& workingDirectory);
|
|
bool remove_handler();
|
|
void raise_external_event(const std::wstring& info);
|
|
}
|