MGL(Win32)
読み取り中…
検索中…
一致する文字列を見つけられません
mgl_macos_static_info.h
[詳解]
1// SPDX-License-Identifier: Zlib
2/* ------------------------------------------------------------------------- */
9/* ------------------------------------------------------------------------- */
10
11#ifndef INCGUARD_MGL_MACOS_STATIC_INFO_H_1657393169
12#define INCGUARD_MGL_MACOS_STATIC_INFO_H_1657393169
13
14#include <mgl/mgl_environment.h>
15
16#if defined(MGL_TARGET_MACOS)
17
18#include <string>
19
20namespace MGL::Platform::MacOS
21{
22std::string GetExecutablePath(bool isDirectoryOnly = false) noexcept;
23std::string GetFrameworkPath() noexcept;
24} // namespage MGL::Platform::MacOS
25
26#endif // MGL_TARGET_MACOS
27#endif // INCGUARD_MGL_MACOS_STATIC_INFO_H_1657393169
28
29// vim: et ts=4 sw=4 sts=4
MGL 環境定義