O3DEApplication_Mac.h 478 B

12345678910111213141516171819202122
  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. #include <AppKit/NSApplication.h>
  9. @interface O3DEApplication_Mac : NSApplication
  10. {
  11. }
  12. @end // O3DEApplication_Mac Interface
  13. @interface O3DEApplicationDelegate_Mac : NSObject<NSApplicationDelegate>
  14. {
  15. }
  16. @end // O3DEApplicationDelegate_Mac Interface