mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-22 16:09:10 -04:00
7 lines
133 B
C++
7 lines
133 B
C++
#pragma once
|
|
|
|
#include "Application.hpp"
|
|
#include <OptionWindow.hpp>
|
|
|
|
std::list<gui::Option> simSelectWindow(app::Application *app);
|