Files
o3de/Gems/AudioSystem/Code/Source/Editor/AudioResourceSelectors.h
T
amzn-phist 99f7085c05 Fixes resource selectors not showing (#2621)
These statics were getting dead-stripped by the compiler, so removed
some of the macro magic and just do direct registration instead.

Signed-off-by: amzn-phist <52085794+amzn-phist@users.noreply.github.com>
2021-07-29 14:56:13 -05:00

15 lines
315 B
C++

/*
* Copyright (c) Contributors to the Open 3D Engine Project.
* For complete copyright and license terms please see the LICENSE at the root of this distribution.
*
* SPDX-License-Identifier: Apache-2.0 OR MIT
*
*/
#pragma once
namespace AudioControls
{
void RegisterAudioControlsResourceSelectors();
}