15 lines
258 B
Plaintext
15 lines
258 B
Plaintext
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
#include <Launcher.h>
|
|
|
|
#include <O3DEApplication_Mac.h>
|
|
|
|
|
|
@implementation O3DEApplication_Mac
|
|
|
|
@end // O3DEApplication_Mac Implementation
|