mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-18 14:07:49 -04:00
13 lines
314 B
C++
13 lines
314 B
C++
// Copyright (c) 2017-2024, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/blob/master/LICENSE.md
|
|
|
|
#pragma once
|
|
|
|
namespace window
|
|
{
|
|
namespace name
|
|
{
|
|
inline constexpr auto option_window = "OptionWindow";
|
|
} // namespace name
|
|
} // namespace window
|