Dalamud/Dalamud.Boot/veh.h
2021-10-31 23:37:24 +01:00

7 lines
83 B
C++

#pragma once
namespace veh
{
bool add_handler();
bool remove_handler();
}