CheatMenuSA/CheatMenu/MoreEvents.h

10 lines
196 B
C
Raw Normal View History

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