Skip to content

Commit

Permalink
fix sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
C0kkie committed Jul 23, 2023
1 parent 193cc14 commit 9f6316e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/deps/cpp-sdk
Submodule cpp-sdk updated 74 files
+0 −44 IAudioFilter.h
+121 −30 ICore.h
+2 −1 ILocalStorage.h
+17 −12 IResource.h
+1 −1 IScriptRuntime.h
+26 −4 SDK.h
+12 −0 deps/alt-math/alt-math.h
+4 −4 events/CColShapeEvent.h
+1 −1 events/CConnectionQueueAddEvent.h
+1 −1 events/CConnectionQueueRemoveEvent.h
+30 −0 events/CEntityHitEntityEvent.h
+13 −1 events/CEvent.h
+9 −4 events/CFireEvent.h
+4 −4 events/CMetaDataChangeEvent.h
+0 −33 events/CPlayerBeforeConnectEvent.h
+26 −0 events/CPlayerBulletHitEvent.h
+1 −1 events/CPlayerConnectEvent.h
+26 −0 events/CPlayerSpawnEvent.h
+31 −0 events/CPlayerStartEnterVehicleEvent.h
+31 −0 events/CPlayerStartLeaveVehicleEvent.h
+0 −2 events/CPlayerWeaponShootEvent.h
+4 −4 events/CStreamSyncedMetaDataChangeEvent.h
+4 −4 events/CSyncedMetaDataChangeEvent.h
+32 −0 events/CVehicleHornEvent.h
+28 −0 events/CVehicleSirenEvent.h
+31 −0 events/CVoiceConnectionEvent.h
+5 −2 events/CWeaponDamageEvent.h
+32 −0 events/CWorldObjectPositonChangeEvent.h
+29 −0 events/CWorldObjectStreamInEvent.h
+29 −0 events/CWorldObjectStreamOutEvent.h
+33 −1 objects/IBaseObject.h
+6 −10 objects/IEntity.h
+1 −1 objects/ILocalPlayer.h
+25 −0 objects/IObject.h
+30 −0 objects/IPed.h
+43 −2 objects/IPlayer.h
+9 −5 objects/IVehicle.h
+4 −10 script-objects/IAudio.h
+13 −0 script-objects/IAudioAttachedOutput.h
+46 −0 script-objects/IAudioCategory.h
+33 −0 script-objects/IAudioFilter.h
+12 −0 script-objects/IAudioFrontendOutput.h
+26 −0 script-objects/IAudioOutput.h
+13 −0 script-objects/IAudioWorldOutput.h
+37 −16 script-objects/IBlip.h
+19 −0 script-objects/ICheckpoint.h
+5 −29 script-objects/IConnectionInfo.h
+17 −0 script-objects/ICustomTexture.h
+17 −0 script-objects/IFont.h
+2 −1 script-objects/IHttpClient.h
+61 −0 script-objects/ILocalObject.h
+29 −0 script-objects/ILocalPed.h
+29 −0 script-objects/ILocalVehicle.h
+98 −0 script-objects/IMarker.h
+3 −1 script-objects/INative.h
+0 −45 script-objects/IObject.h
+2 −2 script-objects/IRml.h
+37 −0 script-objects/ITextLabel.h
+38 −0 script-objects/IVirtualEntity.h
+16 −0 script-objects/IVirtualEntityGroup.h
+6 −0 script-objects/IVoiceChannel.h
+1 −1 script-objects/IWebSocketClient.h
+1 −0 script-objects/IWebView.h
+12 −0 types/AmmoFlags.h
+17 −0 types/AmmoSpecialType.h
+18 −0 types/Decoration.h
+42 −40 types/MValue.h
+53 −0 types/Metric.h
+1 −0 types/PedModelInfo.h
+14 −24 types/Permissions.h
+3 −3 types/RGBA.h
+2 −0 types/VehicleModelInfo.h
+13 −0 types/VoiceChat.h
+23 −0 types/WeaponModelInfo.h

0 comments on commit 9f6316e

Please sign in to comment.