CheatMenuSA/CheatMenu/MoreEvents.h

8 lines
180 B
C
Raw Normal View History

2020-12-02 16:19:16 -05:00
#pragma once
2021-06-18 12:49:11 -04:00
namespace plugin::Events
2020-12-02 16:19:16 -05:00
{
2021-06-18 12:49:11 -04:00
extern ThiscallEvent<AddressList<0x55332A, H_CALL>, PRIORITY_BEFORE, ArgPickN<CVehicle*, 0>, void(CVehicle*)>
vehicleResetAfterRender;
2020-12-02 16:19:16 -05:00
}