mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-06-30 19:27:03 -04:00
10 lines
269 B
C++
10 lines
269 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 "Application.hpp"
|
|
#include <OptionWindow.hpp>
|
|
|
|
std::list<gui::Option> simSelectWindow(app::Application *app);
|