mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-07-04 05:06:58 -04:00
- made options window name better and single instanced it - added comments to hardcoded values explaining why - fixed reloading SMS'es
8 lines
223 B
C++
8 lines
223 B
C++
#pragma once
|
|
|
|
#include "../ApplicationMessages.hpp"
|
|
#include "Interface/ThreadRecord.hpp"
|
|
#include "OptionWindow.hpp"
|
|
|
|
std::list<gui::Option> threadWindowOptions(app::ApplicationMessages *appl, const ThreadRecord *record);
|