2
0

SceneProcessingModule.h 590 B

12345678910111213141516
  1. /*
  2. * 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.
  3. *
  4. * SPDX-License-Identifier: Apache-2.0 OR MIT
  5. *
  6. */
  7. #include <AzCore/std/smart_ptr/unique_ptr.h>
  8. #include <AzCore/Module/DynamicModuleHandle.h>
  9. namespace AZ::SceneProcessing
  10. {
  11. inline AZStd::unique_ptr<DynamicModuleHandle> s_sceneCoreModule;
  12. inline AZStd::unique_ptr<DynamicModuleHandle> s_sceneDataModule;
  13. inline AZStd::unique_ptr<DynamicModuleHandle> s_sceneBuilderModule;
  14. } // namespace AZ::SceneProcessing