mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 13:17:08 -04:00
7 lines
135 B
C++
7 lines
135 B
C++
#pragma once
|
|
|
|
#include "OptionWindow.hpp"
|
|
#include "Application.hpp"
|
|
|
|
std::list<gui::Option> mainWindowOptions(app::Application *app);
|