mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-20 23:17:35 -04:00
10 lines
271 B
C++
10 lines
271 B
C++
// Copyright (c) 2017-2020, Mudita Sp. z.o.o. All rights reserved.
|
|
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
|
|
|
|
#pragma once
|
|
|
|
#include "OptionWindow.hpp"
|
|
#include "Application.hpp"
|
|
|
|
std::list<gui::Option> mainWindowOptions(app::Application *app);
|