8 lines
180 B
C++
8 lines
180 B
C++
#pragma once
|
|
|
|
namespace plugin::Events
|
|
{
|
|
extern ThiscallEvent<AddressList<0x55332A, H_CALL>, PRIORITY_BEFORE, ArgPickN<CVehicle*, 0>, void(CVehicle*)>
|
|
vehicleResetAfterRender;
|
|
}
|