ViewportCameraSelectorWindow.h 425 B

12345678910111213141516
  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. namespace Camera
  10. {
  11. static constexpr const char* s_viewportCameraSelectorName = "Viewport Camera Selector";
  12. extern void RegisterViewportCameraSelectorWindow();
  13. } // namespace Camera