mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-21 07:28:21 -04:00
15 lines
368 B
C++
15 lines
368 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 "../ApplicationMessages.hpp"
|
|
#include "Interface/ThreadRecord.hpp"
|
|
|
|
namespace gui
|
|
{
|
|
class Option;
|
|
}
|
|
|
|
std::list<gui::Option> threadWindowOptions(app::ApplicationMessages *appl, const ThreadRecord *record);
|