-
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cpp-sdk
updated
14 files
+15 −2 | ICore.h | |
+8 −3 | SDK.h | |
+84 −0 | events/CClientScriptRPCEvent.h | |
+0 −29 | events/CDataNodeReceivedEvent.h | |
+12 −3 | events/CEvent.h | |
+35 −0 | events/CGivePedScriptedTaskEvent.h | |
+40 −0 | events/CPedDamageEvent.h | |
+34 −0 | events/CPedDeathEvent.h | |
+41 −0 | events/CPedHealEvent.h | |
+24 −0 | events/CPlayerStartTalkingEvent.h | |
+24 −0 | events/CPlayerStopTalkingEvent.h | |
+33 −0 | events/CServerScriptRPCAnswerEvent.h | |
+1 −0 | objects/IPlayer.h | |
+1 −0 | types/VehicleModelInfo.h |