11 lines
214 B
C++
11 lines
214 B
C++
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
|
|
#include <AzCore/Module/Module.h>
|
|
|
|
AZ_DECLARE_MODULE_CLASS(Gem_AudioEngineWwise, AZ::Module)
|