~aleteoryx/muditaos

ref: 606e0597e24c3141ea673db862c93d4c686d1327 muditaos/module-apps/application-settings/windows/advanced/EinkModeWindow.hpp -rw-r--r-- 340 bytes
606e0597 — Paweł Joński [BH-380] Librarize application-calendar 4 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Copyright (c) 2017-2021, Mudita Sp. z.o.o. All rights reserved.
// For licensing, see https://github.com/mudita/MuditaOS/LICENSE.md
#pragma once

#include "AppWindow.hpp"

namespace gui
{
    class EinkModeWindow : public AppWindow
    {
      public:
        explicit EinkModeWindow(app::Application *app);
    };
} /* namespace gui */