CommonSettingsConfigurations.h 564 B

1234567891011121314151617181920
  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. #pragma once
  9. // IMPORTANT: This is NOT the permanent location for these values.
  10. #define SCRIPTCANVASEDITOR_AZ_QCOREAPPLICATION_SETTINGS_ORGANIZATION_NAME "O3DE"
  11. #define SCRIPTCANVASEDITOR_NAME_SHORT "ScriptCanvasEditor"
  12. #include <AzCore/std/string/string.h>
  13. namespace ScriptCanvasEditor
  14. {
  15. AZStd::string GetEditingGameDataFolder();
  16. }