14 lines
200 B
C++
14 lines
200 B
C++
/*
|
|
* Copyright (c) Contributors to the Open 3D Engine Project
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0 OR MIT
|
|
*
|
|
*/
|
|
#pragma once
|
|
|
|
|
|
namespace O3DELauncher
|
|
{
|
|
const char* GetAppResourcePath();
|
|
}
|