Committing Changes(?)

Committing changes that aren't mine but Git is saying they're mine (Events for footsteps). Shouldn't mess anything up.
This commit is contained in:
Hozach (Audio)
2025-04-25 13:35:28 -04:00
parent fae2bf06dd
commit aac996d671
351 changed files with 1972 additions and 667 deletions

View File

@ -1,4 +1,4 @@
// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2024.
// Copyright (c), Firelight Technologies Pty, Ltd. 2012-2025.
#pragma once
@ -140,7 +140,7 @@ class FMODSTUDIO_API UFMODAudioComponent : public USceneComponent
friend struct FFMODEventControlExecutionToken;
friend struct FPlayingToken;
friend FMOD_RESULT F_CALLBACK UFMODAudioComponent_EventCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE *event, void *parameters);
friend FMOD_RESULT F_CALL UFMODAudioComponent_EventCallback(FMOD_STUDIO_EVENT_CALLBACK_TYPE type, FMOD_STUDIO_EVENTINSTANCE *event, void *parameters);
public:
/** The event asset to use for this sound. */