StaticModules.in 831 B

1234567891011121314151617181920212223242526272829303132
  1. /*
  2. * Copyright (c) Contributors to the Open 3D Engine Project.
  3. * For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. *
  5. * SPDX-License-Identifier: Apache-2.0 OR MIT
  6. *
  7. */
  8. /////////////////////////////////////////////////////////
  9. /////////////////////////////////////////////////////////
  10. // THIS CODE IS AUTOGENERATED, DO NOT MODIFY
  11. /////////////////////////////////////////////////////////
  12. /////////////////////////////////////////////////////////
  13. // This code creates AZ::Modules for use in a monolithic build.
  14. #if AZ_MONOLITHIC_BUILD
  15. #include <AzCore/std/containers/vector.h>
  16. namespace AZ
  17. {
  18. class Module;
  19. }
  20. ${extern_module_declarations}
  21. extern "C" void CreateStaticModules(AZStd::vector<AZ::Module*>& modulesOut)
  22. {
  23. ${module_invocations}
  24. }
  25. #endif // AZ_MONOLITHIC_BUILD